[cvs] expresso commit by mtraum: javadoc fixes

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Nov 15 18:50:29 PST 2004


Log Message:
-----------
javadoc fixes

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller:
        Input.java

Revision Data
-------------
Index: Input.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Input.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Input.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Input.java -u -r1.29 -r1.30
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Input.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Input.java
@@ -419,9 +419,9 @@
 
     /**
      * Return a controller element based upon the xml fragment [Factory Method]
+     * @param n A DOM node to assemble this Input from.
      * @throws ControllerException if there was a parsing error. (ie malformed
      * nodes)
-     * @param n A DOM node to assemble this Input from.
      * @throws ControllerException upon error
      * @return a constructed ControllerElement [Really an Input]
      */
@@ -586,9 +586,10 @@
     /**
      * supply another default value for this
      * Input object; appropriate for multiple selection items
-     * @see #setDefaultValue for single selection
      *
      * @param newValue The new default value for this Input item
+     * 
+     * @see #setDefaultValue(String) for single selection
      */
     public void addDefaultValue(String newValue) {
         if (newValue == null) {


More information about the cvs mailing list