You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/07/05 06:15:40 UTC

cvs commit: jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event LogLevel.java

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>