Author: michiel
Date: 2010-05-17 17:08:09 +0200 (Mon, 17 May 2010)
New Revision: 42206

Modified:
   
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/xml/Instantiator.java
Log:
javadoc

Modified: 
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/xml/Instantiator.java
===================================================================
--- 
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/xml/Instantiator.java
 2010-05-17 14:47:31 UTC (rev 42205)
+++ 
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/xml/Instantiator.java
 2010-05-17 15:08:09 UTC (rev 42206)
@@ -113,7 +113,7 @@
      * object. The point of this method is that it converts the name of the 
property to an actual
      * method name (set<Name of the property>). The methods needs to 
have precisely
      * <em>one</em> parameter. The type of this parameter may be anything as 
long as it can be
-     * converted to from String by {...@link 
org.mmbase.util.Casting#toType(Class, Object)}.
+     * converted to and from String by {...@link 
org.mmbase.util.Casting#toType(Class, Object)}.
      *
      * @param value The value as a <code>String</code>
      */

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to