Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs commit: jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/shrin: msg#00012

Subject: 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 )
               {


<Prev in Thread] Current Thread [Next in Thread>