dlr         02/01/17 17:29:10

  Modified:    src/java/org/apache/stratum/jcs/utils/log LogUtils.java
  Log:
  More coding conventions complient.
  
  Revision  Changes    Path
  1.4       +4 -2      
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/utils/log/LogUtils.java
  
  Index: LogUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/utils/log/LogUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- LogUtils.java     15 Jan 2002 21:33:36 -0000      1.3
  +++ LogUtils.java     18 Jan 2002 01:29:10 -0000      1.4
  @@ -52,7 +52,8 @@
                   Thread.currentThread().sleep( 1000 );
               }
               catch ( InterruptedException ignore )
  -            {}
  +            {
  +            }
           }
           if ( i == 10 )
           {
  @@ -96,7 +97,8 @@
                   Thread.currentThread().sleep( 1000 );
               }
               catch ( InterruptedException ignore )
  -            {}
  +            {
  +            }
           }
           if ( i == 10 )
           {
  
  
  

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

Reply via email to