You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/28 16:44:20 UTC

svn commit: r699832 - /geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java

Author: jdillon
Date: Sun Sep 28 07:44:20 2008
New Revision: 699832

URL: http://svn.apache.org/viewvc?rev=699832&view=rev
Log:
More notes

Modified:
    geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java

Modified: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java?rev=699832&r1=699831&r2=699832&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java (original)
+++ geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java Sun Sep 28 07:44:20 2008
@@ -28,6 +28,10 @@
  */
 public interface CommandDocumenter
 {
+    //
+    // FIXME: Need to drop this from this interface, and provide some configuration to expose it via Command.getName()
+    //
+
     /**
      * Get the name of the command.
      *