inprogress
[jalview.git] / forester / java / src / org / forester / surfacing / PrintableSpeciesSpecificDomainSimilariyData.java
index 81c6dbf..28ca512 100644 (file)
@@ -23,7 +23,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.surfacing;
 
@@ -137,7 +137,7 @@ class PrintableSpeciesSpecificDomainSimilariyData implements SpeciesSpecificDoma
                 sb.append( ":" );
                 sb.append( getCombinableDomainIdToCountsMap().get( domain_id ) );
             }
-            if ( i < ids.size() - 1 ) {
+            if ( i < ( ids.size() - 1 ) ) {
                 sb.append( "," );
             }
         }