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 2011/05/14 19:24:08 UTC

svn commit: r1103166 - /db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/source/FileSourceSaxHandler.java

Author: tfischer
Date: Sat May 14 17:24:07 2011
New Revision: 1103166

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

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

Modified: db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/source/FileSourceSaxHandler.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/source/FileSourceSaxHandler.java?rev=1103166&r1=1103165&r2=1103166&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/source/FileSourceSaxHandler.java (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/source/FileSourceSaxHandler.java Sat May 14 17:24:07 2011
@@ -207,10 +207,10 @@ public class FileSourceSaxHandler extend
     }
 
     /**
-     * Returns the configuration filled with the contents of the parsed snippet.
+     * Returns the information how to read the sources.
      *
-     * @return the configuration which was filled, not null if a
-     *         matching snippet was processed.
+     * @return the source Provider, not null if the
+     *         source snippet was processed.
      */
     public SourceProvider getSourceProvider()
     {



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