cvs commit: jakarta-log4j/src/java/org/apache/log4j/helpers OptionConverter.java

[email protected] 24 Apr 2002 15:11:51 -0000
Newsgroups gmane.comp.jakarta.log4j.cvs
Message-ID <[email protected]>
oburn       02/04/24 08:11:51

  Modified:    src/java/org/apache/log4j/helpers OptionConverter.java
  Log:
  Fixed simple Javadoc errors and removed redundant import statements.
  
  Revision  Changes    Path
  1.35      +1 -1      jakarta-log4j/src/java/org/apache/log4j/helpers/OptionConverter.java
  
  Index: OptionConverter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/OptionConverter.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- OptionConverter.java	24 Apr 2002 01:16:13 -0000	1.34
  +++ OptionConverter.java	24 Apr 2002 15:11:50 -0000	1.35
  @@ -422,7 +422,7 @@
        configurator of {@link PropertyConfigurator} is used, unless the
        filename pointed to by <code>url</code> ends in '.xml', in which case
        {@link org.apache.log4j.xml.DOMConfigurator} is used.
  -     @param hierarchy The {@link Hierarchy} to act on.
  +     @param hierarchy The {@link org.apache.log4j.Hierarchy} to act on.
   
        @since 1.1.4 */