diff --git a/src/main/org/apache/tools/ant/taskdefs/Jar.java b/src/main/org/apache/tools/ant/taskdefs/Jar.java index 497264df5..0c9248445 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Jar.java +++ b/src/main/org/apache/tools/ant/taskdefs/Jar.java @@ -284,8 +284,10 @@ public class Jar extends Zip { /** * Create the index list to speed up classloading. - * This is a JDK 1.3+ specific feature and is disabled by default. - * {@link http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index} + * This is a JDK 1.3+ specific feature and is enabled by default. See + * the + * JAR index specification for more details. + * * @param zOut the zip stream representing the jar being built. * @throws IOException thrown if there is an error while creating the * index and adding it to the zip stream.