You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tr...@apache.org on 2004/04/28 04:59:03 UTC

cvs commit: jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/clock ThreadClockImpl.java

treilly     2004/04/27 19:59:03

  Modified:    id/src/java/org/apache/commons/id/uuid/clock
                        ThreadClockImpl.java
  Log:
  Remove whitespace after 3,7,9
  Adds author and version tags
  catch on same line
  
  Revision  Changes    Path
  1.3       +7 -5      jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/clock/ThreadClockImpl.java
  
  Index: ThreadClockImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/clock/ThreadClockImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ThreadClockImpl.java	10 Apr 2004 07:37:06 -0000	1.2
  +++ ThreadClockImpl.java	28 Apr 2004 02:59:03 -0000	1.3
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2004 The Apache Software Foundation.
  - * 
  + *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
  - * 
  + *
    *      http://www.apache.org/licenses/LICENSE-2.0
  - * 
  + *
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  @@ -31,6 +31,9 @@
    * milliseconds before the System.currentTimeMillis changes. In instances where
    * 10,000 or more uuid's may be generated in a millisecond this Clock
    * implementation may be required.
  + *
  + * @author Commons-Id Team
  + * @version $Revision$ $Date$
    */
   
   public final class ThreadClockImpl extends Thread implements Clock {
  @@ -124,8 +127,7 @@
                       currentTimeMillis += sysInterval;
                   }
               }
  -        }
  -        catch (InterruptedException e) {
  +        } catch (InterruptedException e) {
               System.out.println("Clock thread interrupted");
           }
       }
  
  
  

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