Update of /var/cvs/src/org/mmbase/util/xml
In directory james.mmbase.org:/tmp/cvs-serv28833

Modified Files:
        Instantiator.java 
Log Message:
javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/xml


Index: Instantiator.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/xml/Instantiator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Instantiator.java   19 Mar 2008 17:05:28 -0000      1.3
+++ Instantiator.java   24 Jul 2008 11:34:08 -0000      1.4
@@ -22,7 +22,7 @@
  *
  * @since MMBase-1.9
  * @author Michiel Meeuwissen
- * @version $Id: Instantiator.java,v 1.3 2008/03/19 17:05:28 michiel Exp $
+ * @version $Id: Instantiator.java,v 1.4 2008/07/24 11:34:08 michiel Exp $
  */
 public abstract class Instantiator {
 
@@ -30,8 +30,7 @@
 
     /**
      * Instantiates any object using an Dom Element and constructor arguments. 
Sub-param tags are
-     * used on set-methods on the newly created object. This is a pretty 
generic method, it should
-     * perhaps be moved to org.mmbase.util.
+     * used on set-methods on the newly created object. 
      */
     public static Object getInstance(Element classElement, Object... args)
         throws org.xml.sax.SAXException, ClassNotFoundException, 
NoSuchMethodException, InstantiationException, IllegalAccessException, 
java.lang.reflect.InvocationTargetException {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to