X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fprotein%2FProteinId.java;h=28bd0a6a4f51337470d021a11029ee59fd3c90d0;hb=2320da44a171273ec44c0adcaf991687a4780b6e;hp=0319e99da69ecd3ef8c4cca3fa5bf5277b7cfa42;hpb=73c5b11c1a00e539afb246e345ebf3f042dded78;p=jalview.git diff --git a/forester/java/src/org/forester/protein/ProteinId.java b/forester/java/src/org/forester/protein/ProteinId.java index 0319e99..28bd0a6 100644 --- a/forester/java/src/org/forester/protein/ProteinId.java +++ b/forester/java/src/org/forester/protein/ProteinId.java @@ -22,7 +22,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.protein; @@ -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() );