v 1.100
[jalview.git] / forester / java / src / org / forester / surfacing / PairwiseDomainSimilarity.java
index 8880b05..a781898 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.surfacing;
 
@@ -32,7 +32,7 @@ public interface PairwiseDomainSimilarity {
      * This should return the -- not normalized, not absolute -- difference in
      * counts (for example domain counts) for the two domains.
      * It is important that it is: (counts for domain 1) minus (counts for domain 2).
-     * 
+     *
      * @return the difference in counts
      */
     public int getDifferenceInCounts();