in progress
[jalview.git] / forester / java / src / org / forester / go / BasicGoRelationship.java
index 690c5f1..d539947 100644 (file)
@@ -83,8 +83,8 @@ public class BasicGoRelationship implements GoRelationship {
 
     /**
      * Based on value and type.
-     * 
-     * 
+     *
+     *
      */
     @Override
     public boolean equals( final Object o ) {
@@ -133,7 +133,7 @@ public class BasicGoRelationship implements GoRelationship {
             case HAS_PART:
                 sb.append( HAS_PART_STR );
                 break;
-            case OCCURS_IN:    
+            case OCCURS_IN:
                 sb.append( OCCURS_IN_STR );
                 break;
             default: