vmassol     02/04/09 17:31:21

  Modified:    framework/src/java/share/org/apache/cactus/util/log
                        LogService.java
  Log:
  IDEA reported error corrections
  
  Revision  Changes    Path
  1.3       +2 -3      
jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log/LogService.java
  
  Index: LogService.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log/LogService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LogService.java   13 Mar 2002 20:40:33 -0000      1.2
  +++ LogService.java   10 Apr 2002 00:31:21 -0000      1.3
  @@ -67,7 +67,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: LogService.java,v 1.2 2002/03/13 20:40:33 vmassol Exp $
  + * @version $Id: LogService.java,v 1.3 2002/04/10 00:31:21 vmassol Exp $
    */
   public class LogService
   {
  @@ -103,8 +103,7 @@
           // classpath !
           this.isLog4jInClasspath = true;
           try {
  -            Class aClass =
  -                Class.forName("org.apache.log4j.PropertyConfigurator");
  +            Class.forName("org.apache.log4j.PropertyConfigurator");
           } catch (ClassNotFoundException e) {
               this.isLog4jInClasspath = false;
           }
  
  
  

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

Reply via email to