Author: painter Date: Thu Jan 10 18:12:16 2019 New Revision: 1850970 URL: http://svn.apache.org/viewvc?rev=1850970&view=rev Log: JavaDoc cleanup, mvn javadoc:javadoc runs ok now
Modified: db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java Modified: db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java?rev=1850970&r1=1850969&r2=1850970&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java (original) +++ db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java Thu Jan 10 18:12:16 2019 @@ -812,7 +812,8 @@ public class TorqueGeneratorMojo extends * Sets the target directory for files which are not generated * each time anew. * - * @param targetDir the target directory, or null to use the default. + * @param outputDirKey the key value + * @param outputDir the target directory, or null to use the default. */ public void setOutputDir(final String outputDirKey, final String outputDir) { @@ -914,7 +915,7 @@ public class TorqueGeneratorMojo extends * If set, the settings of this directory are used as "child" * and the "normal" settings are used as "parent". * - * @parameter the config directory overriding the template settings, + * @param overrideConfigDir the config directory overriding the template settings, * or null if the template settings will not be overridden. */ public void setOverrideConfigDir(final File overrideConfigDir) @@ -927,7 +928,7 @@ public class TorqueGeneratorMojo extends * If set, the settings of this directory are used as "child" * and the "normal" settings are used as "parent". * - * @parameter the config package of the project overriding the settings, + * @param overrideConfigPackage the config package of the project overriding the settings, * or null if the template settings will not be overridden. */ public void setOverrideConfigPackage(final String overrideConfigPackage) --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org