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:11:05 UTC

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

treilly     2004/04/27 20:11:05

  Modified:    id/src/java/org/apache/commons/id/uuid UUID.java
  Log:
  Remove whitespace after 3,7,9
  Adds author tag
  catch on same line
  
  Revision  Changes    Path
  1.6       +6 -6      jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/UUID.java
  
  Index: UUID.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/UUID.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- UUID.java	10 Apr 2004 07:37:06 -0000	1.5
  +++ UUID.java	28 Apr 2004 03:11:05 -0000	1.6
  @@ -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.
  @@ -26,6 +26,7 @@
    *
    * <p>See: http://www.ietf.org/internet-drafts/draft-mealling-uuid-urn-01.txt</p>
    *
  + * @author Commons-Id Team
    * @version $Revision$ $Date$
    *
    */
  @@ -206,8 +207,7 @@
           BigInteger bigIntValue = null;
           try {
               bigIntValue = new BigInteger(buf.toString(), BASE16);
  -        }
  -        catch (NumberFormatException nfe) {
  +        } catch (NumberFormatException nfe) {
                 throw new UUIDFormatException();
          }
   
  
  
  

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