-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26952/
-----------------------------------------------------------

(Updated Oct. 23, 2014, 5:24 p.m.)


Review request for Ambari and John Speidel.


Changes
-------

Removed unnecessary import to fix warning message.


Bugs: AMBARI-7870
    https://issues.apache.org/jira/browse/AMBARI-7870


Repository: ambari


Description
-------

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_


Diffs (updated)
-----

  
ambari-server/src/main/java/org/apache/ambari/server/utils/ShellCommandUtil.java
 ee83aa0 
  
ambari-server/src/test/java/org/apache/ambari/server/utils/TestShellCommandUtil.java
 27a033c 

Diff: https://reviews.apache.org/r/26952/diff/


Testing
-------


Thanks,

Robert Levas

Reply via email to