Author: michiel
Date: 2009-10-13 10:03:21 +0200 (Tue, 13 Oct 2009)
New Revision: 39086

Modified:
   mmbase/trunk/core/src/main/java/org/mmbase/util/xml/Instantiator.java
Log:
typo

Modified: mmbase/trunk/core/src/main/java/org/mmbase/util/xml/Instantiator.java
===================================================================
--- mmbase/trunk/core/src/main/java/org/mmbase/util/xml/Instantiator.java       
2009-10-13 08:02:55 UTC (rev 39085)
+++ mmbase/trunk/core/src/main/java/org/mmbase/util/xml/Instantiator.java       
2009-10-13 08:03:21 UTC (rev 39086)
@@ -50,7 +50,7 @@
      * Instantiates any object using an Dom Element and constructor arguments. 
Sub-param tags are
      * used on set-methods on the newly created object.
      * @param classElement a 'class' element with a 'name' attribute,
-     *        or any element with a 'class' attribute. Finally ff this any 
element has no 'class' attribute, it will try 'name' too.
+     *        or any element with a 'class' attribute. Finally if this any 
element has no 'class' attribute, it will try 'name' too.
      * @param args Constructor arguments.
      * @throws NoSuchMethodError If not matching constructor could be found
      * @throws ClassNotFoundException If the specified class does not exist.

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

Reply via email to