Revision: 584
          http://svn.sourceforge.net/stripes/?rev=584&view=rev
Author:   mongus
Date:     2007-07-06 17:17:16 -0700 (Fri, 06 Jul 2007)

Log Message:
-----------
fixed javadoc errors

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/tag/InputOptionsMapTag.java

Modified: trunk/stripes/src/net/sourceforge/stripes/tag/InputOptionsMapTag.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/tag/InputOptionsMapTag.java       
2007-07-06 23:57:36 UTC (rev 583)
+++ trunk/stripes/src/net/sourceforge/stripes/tag/InputOptionsMapTag.java       
2007-07-07 00:17:16 UTC (rev 584)
@@ -23,7 +23,7 @@
 /**
  * <p>Extracts the [EMAIL PROTECTED] java.util.Set} of [EMAIL PROTECTED] 
java.util.Map.Entry} from the
  * specified [EMAIL PROTECTED] java.util.Map} and uses it as the [EMAIL 
PROTECTED] java.util.Collection}
- * for the superclass (@link 
net.sourceforge.stripes.tag.InputOptionsCollectionTag}.</p>
+ * for the superclass [EMAIL PROTECTED] 
net.sourceforge.stripes.tag.InputOptionsCollectionTag}.</p>
  * 
  * <p>The value and label parameters will be set to "key" and "value" 
respectively
  * if they are null.</p>
@@ -36,18 +36,20 @@
        private Map<? extends Object,? extends Object> map;
 
        /**
-        * @return the [EMAIL PROTECTED] java.util.Map} passed in via [EMAIL 
PROTECTED] setMap}
+        * <p>Returns the [EMAIL PROTECTED] java.util.Map} that was passed in 
via setMap().</p>
+        * 
+        * @return the [EMAIL PROTECTED] java.util.Map} passed in via setMap().
         */
        public Map<? extends Object, ? extends Object> getMap() {
                return map;
        }
 
     /**
-     * <p>This function simply passes the result of [EMAIL PROTECTED] 
java.util.Map.entrySet}
+     * <p>This function simply passes the result of Map.entrySet()
      * as the collection to be used by the superclass and sets the value and 
label
      * variables if they have not already been set.</p>
      *
-     * @param in a Map
+     * @param map a Map
      */
        public void setMap(Map<? extends Object, ? extends Object> map) {
                this.map = map;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to