Make class ShellUtils public

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0a2711fa
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0a2711fa
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/0a2711fa

Branch: refs/heads/0.4.0
Commit: 0a2711faa62d7617a276ce661f8680c951f725a6
Parents: 06c1ce5
Author: Aled Sage <[email protected]>
Authored: Mon Dec 31 15:36:52 2012 +0000
Committer: Aled Sage <[email protected]>
Committed: Mon Dec 31 15:36:52 2012 +0000

----------------------------------------------------------------------
 core/src/main/java/brooklyn/util/ShellUtils.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0a2711fa/core/src/main/java/brooklyn/util/ShellUtils.groovy
----------------------------------------------------------------------
diff --git a/core/src/main/java/brooklyn/util/ShellUtils.groovy 
b/core/src/main/java/brooklyn/util/ShellUtils.groovy
index adae7b9..a7882c3 100644
--- a/core/src/main/java/brooklyn/util/ShellUtils.groovy
+++ b/core/src/main/java/brooklyn/util/ShellUtils.groovy
@@ -10,7 +10,7 @@ import org.slf4j.Logger
 
 import brooklyn.util.internal.StreamGobbler
 
-class ShellUtils {
+public class ShellUtils {
 
     public static TIMEOUT = 60*1000;
 

Reply via email to