Paul,

How about documentation on the method that just became protected? Regards, Ceki

At 05:23 31.05.2001 +0000, you wrote:
>pglezen     01/05/30 22:23:26
>
>  Modified:    src/java/org/apache/log4j PropertyConfigurator.java
>  Log:
>  1. Change accessibility of configureCategoryFactory from package to protected.
>  2. Fixed a javadoc link to the Filter class.
>  
>  Revision  Changes    Path
>  1.24      +2 -2      
>jakarta-log4j/src/java/org/apache/log4j/PropertyConfigurator.java
>  
>  Index: PropertyConfigurator.java
>  ===================================================================
>  RCS file: 
>/home/cvs/jakarta-log4j/src/java/org/apache/log4j/PropertyConfigurator.java,v
>  retrieving revision 1.23
>  retrieving revision 1.24
>  diff -u -r1.23 -r1.24
>  --- PropertyConfigurator.java 2001/05/20 15:03:07     1.23
>  +++ PropertyConfigurator.java 2001/05/31 05:23:24     1.24
>  @@ -52,7 +52,7 @@
>      <p>The <code>PropertyConfigurator</code> does not handle the
>      advanced configuration features supported by the {@link
>      org.apache.log4j.xml.DOMConfigurator DOMConfigurator} such as
>  -   support for @link org.apache.log4j.spi.Filter Filters}, custom
>  +   support for {@link org.apache.log4j.spi.Filter Filters}, custom
>      {@link org.apache.log4j.spi.ErrorHandler ErrorHandlers}, nested
>      appenders such as the {@link org.apache.log4j.AsyncAppender
>      AsyncAppender}, etc.
>  @@ -436,7 +436,7 @@
>     // Internal stuff
>     // --------------------------------------------------------------------------
>   
>  -  void configureCategoryFactory(Properties props) {
>  +  protected void configureCategoryFactory(Properties props) {
>       String factoryClassName = OptionConverter.findAndSubst(CATEGORY_FACTORY_KEY,
>                                                           props);    
>       if(factoryClassName != null) {
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

--
Ceki Gülcü


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

Reply via email to