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/06/20 13:14:39 UTC

svn commit: r669857 - in /geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor: CommandCompleterDescriptor.java CommandDocumenterDescriptor.java

Author: jdillon
Date: Fri Jun 20 04:14:39 2008
New Revision: 669857

URL: http://svn.apache.org/viewvc?rev=669857&view=rev
Log:
Javadoc

Modified:
    geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java
    geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java

Modified: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java?rev=669857&r1=669856&r2=669857&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java (original)
+++ geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java Fri Jun 20 04:14:39 2008
@@ -24,7 +24,7 @@
 import org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration;
 
 /**
- * ???
+ * Descriptor for a GShell command completer's plexus component.
  *
  * @version $Rev$ $Date$
  */

Modified: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java?rev=669857&r1=669856&r2=669857&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java (original)
+++ geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java Fri Jun 20 04:14:39 2008
@@ -24,7 +24,7 @@
 import org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration;
 
 /**
- * ???
+ * Descriptor for a GShell command documenter's plexus component.
  *
  * @version $Rev$ $Date$
  */