Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2235217351 for ; Thu, 23 Oct 2014 19:38:34 +0000 (UTC) Received: (qmail 41942 invoked by uid 500); 23 Oct 2014 19:38:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 41906 invoked by uid 500); 23 Oct 2014 19:38:34 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 41893 invoked by uid 99); 23 Oct 2014 19:38:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 19:38:33 +0000 Date: Thu, 23 Oct 2014 19:38:33 +0000 (UTC) From: "Robert Levas (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-7870) ShellCommandUtil.Results class should be public, not package private MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Levas updated AMBARI-7870: --------------------------------- Attachment: (was: AMBARI-7870.patch) > ShellCommandUtil.Results class should be public, not package private > -------------------------------------------------------------------- > > Key: AMBARI-7870 > URL: https://issues.apache.org/jira/browse/AMBARI-7870 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 1.7.0 > Reporter: Robert Levas > Assignee: Robert Levas > Priority: Minor > Labels: utils > Fix For: 2.0.0 > > Attachments: AMBARI-7870.patch > > Original Estimate: 10m > Remaining Estimate: 10m > > {{ShellCommandUtil.Results}} class should be _public_, _not package_ private. Because it is _package private_, any {{ShellCommandUtil}} public methods returning a {{ShellCommandUtil.Results}} is basically unusable outside of the {{org.apache.ambari.server.utils}} package. > Solution: Make {{ShellCommandUtil.Results}} and its methods explicitly _public_ -- This message was sent by Atlassian JIRA (v6.3.4#6332)