billbarker    02/04/04 21:53:19

  Modified:    util/java/org/apache/tomcat/util/threads Expirer.java
  Log:
  Typo fix (I've got to learn to compile before doing ci).
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads/Expirer.java
  
  Index: Expirer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads/Expirer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Expirer.java      5 Apr 2002 05:50:24 -0000       1.3
  +++ Expirer.java      5 Apr 2002 05:53:18 -0000       1.4
  @@ -175,7 +175,7 @@
                continue;
            
            long maxInactiveInterval = ts.getMaxInactiveInterval();
  -1        if( dL > 3 ) debug( "TS: " + maxInactiveInterval + " " +
  +         if( dL > 3 ) debug( "TS: " + maxInactiveInterval + " " +
                                ts.getLastAccessedTime());
            if (maxInactiveInterval < 0)
                continue;
  
  
  

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

Reply via email to