You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by db...@apache.org on 2010/05/14 01:52:41 UTC

svn commit: r944061 - /felix/trunk/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/shell/CommandProcessorImpl.java

Author: dbaum
Date: Thu May 13 23:52:40 2010
New Revision: 944061

URL: http://svn.apache.org/viewvc?rev=944061&view=rev
Log:
make getCommands() public (again)

Modified:
    felix/trunk/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/shell/CommandProcessorImpl.java

Modified: felix/trunk/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/shell/CommandProcessorImpl.java
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/shell/CommandProcessorImpl.java?rev=944061&r1=944060&r2=944061&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/shell/CommandProcessorImpl.java (original)
+++ felix/trunk/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/shell/CommandProcessorImpl.java Thu May 13 23:52:40 2010
@@ -66,7 +66,7 @@ public class CommandProcessorImpl implem
         converters.remove(c);
     }
     
-    Set<String> getCommands()
+    public Set<String> getCommands()
     {
         return commands.keySet();
     }