jskeet      02/03/04 00:38:09

  Modified:    src/main/org/apache/tools/ant/taskdefs Jar.java
  Log:
  Reapplied previous JavaDoc patch.
  
  Revision  Changes    Path
  1.39      +4 -2      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Jar.java
  
  Index: Jar.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Jar.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Jar.java  3 Mar 2002 06:52:07 -0000       1.38
  +++ Jar.java  4 Mar 2002 08:38:09 -0000       1.39
  @@ -284,8 +284,10 @@
   
       /**
        * Create the index list to speed up classloading.
  -     * This is a JDK 1.3+ specific feature and is disabled by default.
  -     * [EMAIL PROTECTED] 
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
  +     * <a 
href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR+Index";>the
  +     * JAR index specification</a> 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.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to