You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/04/04 18:28:55 UTC

svn commit: r930714 - /db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/SourceImpl.java

Author: tfischer
Date: Sun Apr  4 16:28:55 2010
New Revision: 930714

URL: http://svn.apache.org/viewvc?rev=930714&view=rev
Log:
improved javadoc

Modified:
    db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/SourceImpl.java

Modified: db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/SourceImpl.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/SourceImpl.java?rev=930714&r1=930713&r2=930714&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/SourceImpl.java (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/SourceImpl.java Sun Apr  4 16:28:55 2010
@@ -58,8 +58,11 @@ public abstract class SourceImpl impleme
      *
      * @param startElementsPath the element which should be used as input,
      *        or null if the root element should be used.
-     * @param sourceFilter the fully qualified class name of the source filter.
-     *        The class must have a standard constructor.
+     * @param sourceFilter the fully qualified class name of the source filter,
+     *        or null if no SourceFilter should be used.
+     *        The selected class, if any, must have a standard constructor.
+     * @param transformerDefinitions the List of transformers to be applied
+     *        to the source, not null.
      *
      * @throws ConfigurationException if the source filter cannot be
      *         instantiated.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org