in progress...
[jalview.git] / forester / java / src / org / forester / protein / ProteinId.java
index 0319e99..28bd0a6 100644 (file)
@@ -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<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() );