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 05:12:01 UTC

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

treilly     2004/04/27 20:12:01

  Modified:    id/src/java/org/apache/commons/id/uuid
                        VersionOneGenerator.java
  Log:
  Remove whitespace after 3,7,9
  catch on same line
  
  Revision  Changes    Path
  1.3       +6 -8      jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/VersionOneGenerator.java
  
  Index: VersionOneGenerator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/VersionOneGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VersionOneGenerator.java	10 Apr 2004 07:37:06 -0000	1.2
  +++ VersionOneGenerator.java	28 Apr 2004 03:12:01 -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.
  @@ -131,11 +131,9 @@
                   clockSq = node.getClockSequence();
                   System.arraycopy(node.getNodeIdentifier(), 0, rawUUID, NODE_ID_BYTE10, NODE_ID_BYTE_LENGTH);
                   manager.releaseNode(node);
  -            }
  -            catch (OverClockedException e) {
  +            } catch (OverClockedException e) {
                   node = manager.nextAvailableNode();
  -            }
  -            finally {
  +            } finally {
                   manager.releaseNode(node);
               }
           }
  
  
  

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