Browse Source

fix @since tag

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274580 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
c8a0d86217
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Javadoc.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Javadoc.java View File

@@ -1544,7 +1544,7 @@ public class Javadoc extends Task {
* Enables the -noqualifier switch, will be ignored if javadoc is not * Enables the -noqualifier switch, will be ignored if javadoc is not
* the 1.4 version. * the 1.4 version.
* *
* @since Ant 1.5
* @since Ant 1.6
*/ */
public void setNoqualifier(String noq) { public void setNoqualifier(String noq) {
if (!javadoc4) { if (!javadoc4) {


Loading…
Cancel
Save