Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 60003 invoked from network); 5 Jul 2002 04:15:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Jul 2002 04:15:49 -0000 Received: (qmail 26196 invoked by uid 97); 5 Jul 2002 04:16:05 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 26180 invoked by uid 97); 5 Jul 2002 04:16:05 -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 26169 invoked by uid 97); 5 Jul 2002 04:16:04 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 5 Jul 2002 04:15:40 -0000 Message-ID: <20020705041540.11094.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-ant-myrmidon-cvs@apache.org Subject: cvs commit: jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event LogLevel.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 donaldp 2002/07/04 21:15:40 Modified: api/src/java/org/apache/myrmidon/api/event LogLevel.java Log: Fix some javadoc errors Revision Changes Path 1.4 +4 -4 jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event/LogLevel.java Index: LogLevel.java =================================================================== RCS file: /home/cvs/jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event/LogLevel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- LogLevel.java 27 May 2002 02:18:08 -0000 1.3 +++ LogLevel.java 5 Jul 2002 04:15:40 -0000 1.4 @@ -44,7 +44,7 @@ * Retrieve the log level for the specified name. * * @param name the name of the LogLevel object to retrieve - * @returns The LogLevel for specified name or null + * @return The LogLevel for specified name or null */ public static LogLevel getByName( final String name ) { @@ -54,7 +54,7 @@ /** * Retrieve the names of all the LogLevels. * - * @returns The names of all the LogLevels + * @return The names of all the LogLevels */ public static String[] getLevelNames() { @@ -65,7 +65,7 @@ /** * Retrieve sll of the LogLevels. * - * @returns All of the LogLevels + * @return All of the LogLevels */ public static LogLevel[] getLevels() { -- To unsubscribe, e-mail: For additional commands, e-mail: