You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2011/10/31 23:50:44 UTC

svn commit: r1195710 - in /oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli: action/CmdLineAction.java help/OptionHelpException.java

Author: bfoster
Date: Mon Oct 31 22:50:43 2011
New Revision: 1195710

URL: http://svn.apache.org/viewvc?rev=1195710&view=rev
Log:
- javadoc updates

Modified:
    oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java
    oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java

Modified: oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java
URL: http://svn.apache.org/viewvc/oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java?rev=1195710&r1=1195709&r2=1195710&view=diff
==============================================================================
--- oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java (original)
+++ oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java Mon Oct 31 22:50:43 2011
@@ -17,7 +17,7 @@
 package org.apache.oodt.cas.cli.action;
 
 /**
- * Action which is specified and configurated via {@link CmdLineOption}s and
+ * Action which is specified and configured via {@link CmdLineOption}s and
  * then executed.
  * 
  * @author bfoster (Brian Foster)

Modified: oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java
URL: http://svn.apache.org/viewvc/oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java?rev=1195710&r1=1195709&r2=1195710&view=diff
==============================================================================
--- oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java (original)
+++ oodt/branches/cas-cl/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java Mon Oct 31 22:50:43 2011
@@ -20,7 +20,7 @@ package org.apache.oodt.cas.cli.help;
 import java.io.IOException;
 
 /**
- * Exception thrown to express that help {@link CmdLineOption} should be given
+ * Exception thrown to express that {@link HelpCmdLineOption} should be given
  * to see help message.
  * 
  * @author bfoster (Brian Foster)