Revision: 561
          http://svn.sourceforge.net/stripes/?rev=561&view=rev
Author:   bengunter
Date:     2007-05-29 11:12:29 -0700 (Tue, 29 May 2007)

Log Message:
-----------
corrected a couple of javadoc errors

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/util/ReflectUtil.java
    trunk/stripes/src/net/sourceforge/stripes/util/bean/MapPropertyAccessor.java

Modified: trunk/stripes/src/net/sourceforge/stripes/util/ReflectUtil.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/util/ReflectUtil.java     
2007-05-29 05:01:29 UTC (rev 560)
+++ trunk/stripes/src/net/sourceforge/stripes/util/ReflectUtil.java     
2007-05-29 18:12:29 UTC (rev 561)
@@ -331,7 +331,6 @@
      * @param m a method that may or may not be accessible
      * @return either an accessible version of the same method, or the method 
passed in if
      *         an accessible version cannot be found
-     * @throws Exception
      */
     public static Method findAccessibleMethod(final Method m) {
         // If the passed in method is accessible, then just give it back.

Modified: 
trunk/stripes/src/net/sourceforge/stripes/util/bean/MapPropertyAccessor.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/util/bean/MapPropertyAccessor.java    
    2007-05-29 05:01:29 UTC (rev 560)
+++ 
trunk/stripes/src/net/sourceforge/stripes/util/bean/MapPropertyAccessor.java    
    2007-05-29 18:12:29 UTC (rev 561)
@@ -52,7 +52,7 @@
      * Sets the value stored in the Map under the key specified by the current 
node.
      * @param evaluation the current node evaluation
      * @param map the target Map
-     * @value the value to be stored in the map under the specified key
+     * @param value the value to be stored in the map under the specified key
      */
     @SuppressWarnings("unchecked")
        public void setValue(NodeEvaluation evaluation, Map map, Object value) {


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