----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26952/#review58111 -----------------------------------------------------------
Merged to trunk. All unit tests pass. Results : Tests run: 2193, Failures: 0, Errors: 0, Skipped: 16 ... Total run:669 Total errors:0 Total failures:0 - John Speidel On Oct. 23, 2014, 9:24 p.m., Robert Levas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26952/ > ----------------------------------------------------------- > > (Updated Oct. 23, 2014, 9:24 p.m.) > > > Review request for Ambari and John Speidel. > > > 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 > ----- > > > 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 > >
