-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26952/
-----------------------------------------------------------
Review request for Ambari.
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