JAL-2844 partitioning code made slightly clearer
[jalview.git] / forester / java / src / org / forester / protein / ProteinId.java
index bb13c6b..28bd0a6 100644 (file)
@@ -57,7 +57,7 @@ public class ProteinId implements Comparable<ProteinId> {
         }
         else if ( o.getClass() != this.getClass() ) {
             throw new IllegalArgumentException( "attempt to check protein id equality to " + o + " [" + o.getClass()
-                    + "]" );
+                                                + "]" );
         }
         else {
             return getId().equals( ( ( ProteinId ) o ).getId() );