X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fprotein%2FProteinId.java;h=28bd0a6a4f51337470d021a11029ee59fd3c90d0;hb=b5fe992f707cdad84255eb85040effbee97d61b3;hp=bb13c6b0c38be668ae4bf5c2c09bca05bc6a605b;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git diff --git a/forester/java/src/org/forester/protein/ProteinId.java b/forester/java/src/org/forester/protein/ProteinId.java index bb13c6b..28bd0a6 100644 --- a/forester/java/src/org/forester/protein/ProteinId.java +++ b/forester/java/src/org/forester/protein/ProteinId.java @@ -57,7 +57,7 @@ public class ProteinId implements Comparable { } 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() );