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:01:22 UTC

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

treilly     2004/04/27 20:01:22

  Modified:    id/src/java/org/apache/commons/id/uuid/state Node.java
  Log:
  Remove whitespace after 3,7,9
  else on same line
  
  Revision  Changes    Path
  1.3       +5 -6      jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state/Node.java
  
  Index: Node.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state/Node.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Node.java	10 Apr 2004 07:37:06 -0000	1.2
  +++ Node.java	28 Apr 2004 03:01:22 -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.
  @@ -129,8 +129,7 @@
           if (compareTo instanceof Node) {
               byte[] comp = ((Node) compareTo).getNodeIdentifier();
               return Arrays.equals(comp, this.id);
  -        }
  -        else if (compareTo instanceof byte[]) {
  +        } else if (compareTo instanceof byte[]) {
               return Arrays.equals((byte[]) compareTo, id);
           }
           return false;
  
  
  

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