Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 81052 invoked from network); 25 Feb 2002 15:04:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Feb 2002 15:04:44 -0000 Received: (qmail 9610 invoked by uid 97); 25 Feb 2002 15:04:41 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 9580 invoked by uid 97); 25 Feb 2002 15:04:40 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 9564 invoked by uid 97); 25 Feb 2002 15:04:40 -0000 Date: 25 Feb 2002 15:04:23 -0000 Message-ID: <20020225150423.52820.qmail@icarus.apache.org> From: jskeet@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant AntClassLoader.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jskeet 02/02/25 07:04:23 Modified: src/main/org/apache/tools/ant AntClassLoader.java Log: First pass of JavaDoc work just to get rid of warnings. When this is complete, whole source tree should JavaDoc (with 1.4) with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates warnings, but that's all.) Revision Changes Path 1.43 +2 -3 jakarta-ant/src/main/org/apache/tools/ant/AntClassLoader.java Index: AntClassLoader.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/AntClassLoader.java,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- AntClassLoader.java 24 Feb 2002 08:57:02 -0000 1.42 +++ AntClassLoader.java 25 Feb 2002 15:04:23 -0000 1.43 @@ -87,9 +87,8 @@ /** * An enumeration of all resources of a given name found within the * classpath of this class loader. This enumeration is used by the - * {@link #findResources(String) findResources} method, which is in - * turn used by the - * {@link ClassLoader#getResources ClassLoader.getResources} method. + * ClassLoader.findResources method, which is in + * turn used by the ClassLoader.getResources method. * * @see AntClassLoader#findResources(String) * @see java.lang.ClassLoader#getResources(String) -- To unsubscribe, e-mail: For additional commands, e-mail: