summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2017-12-09 23:57:08 +0100
committerGintas Grigelionis <gintas@apache.org>2017-12-10 07:15:45 +0100
commit6656db28bb79912ec1c744f34affbda53f86e6fd (patch)
tree7bd582d9746de015c82faf76091ec019d97d9bd8 /src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
parentcf6965b58b83f647640c0d9dc4f18683078de6f8 (diff)
downloadant-6656db28bb79912ec1c744f34affbda53f86e6fd.tar.gz
Let’s use doclint
Diffstat (limited to 'src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java')
-rw-r--r--src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java b/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
index c3bd97bef..f1fc66902 100644
--- a/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
+++ b/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
@@ -84,16 +84,15 @@ import org.apache.tools.ant.util.FileUtils;
*
* <p>When this task executes, it will recursively scan the srcdir
* looking for NetRexx source files to compile. This task makes its
- * compile decision based on timestamp.
+ * compile decision based on timestamp.</p>
* <p>Before files are compiled they and any other file in the
* srcdir will be copied to the destdir allowing support files to be
* located properly in the classpath. The reason for copying the source files
- * before the compile is that NetRexxC has only two destinations for classfiles:
+ * before the compile is that NetRexxC has only two destinations for classfiles:</p>
* <ol>
* <li>The current directory, and,</li>
* <li>The directory the source is in (see sourcedir option)
* </ol>
- *
*/
public class NetRexxC extends MatchingTask {
@@ -532,7 +531,8 @@ public class NetRexxC extends MatchingTask {
/**
* Tells whether the trailing .keep in nocompile-mode should be removed
* so that the resulting java source really ends on .java.
- * This facilitates the use of the javadoc tool lateron.
+ * This facilitates the use of the javadoc tool later on.
+ * @param removeKeepExtension boolean
*/
public void setRemoveKeepExtension(boolean removeKeepExtension) {
this.removeKeepExtension = removeKeepExtension;