You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2004/06/12 04:32:54 UTC

cvs commit: jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/shrinking ShrinkerThread.java

asmuts      2004/06/11 19:32:54

  Modified:    src/java/org/apache/jcs/engine/memory/shrinking
                        ShrinkerThread.java
  Log:
  Antonio Gallardo's formatting and import cleanup patch.
  
  I may have missed a few things in the patch.  Also, I could not update to the new version of util concurrent in the project.xml, since maven couldn't find the 1.3.4 specified in the patch.
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/shrinking/ShrinkerThread.java
  
  Index: ShrinkerThread.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/shrinking/ShrinkerThread.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ShrinkerThread.java	10 May 2004 01:17:08 -0000	1.12
  +++ ShrinkerThread.java	12 Jun 2004 02:32:54 -0000	1.13
  @@ -115,7 +115,7 @@
   
               try
               {
  -                this.sleep( shrinkerInterval );
  +                sleep( shrinkerInterval );
               }
               catch ( InterruptedException ie )
               {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org