X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fsurfacing%2FPairwiseDomainSimilarity.java;h=a7818989f1eb4bb4d3d9ddabe23e643fd2a844ac;hb=97358f7a982d67831aedc14d5ab193727f6bdc83;hp=8880b0510306212c5a5659245cbc47409556d5b7;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/surfacing/PairwiseDomainSimilarity.java b/forester/java/src/org/forester/surfacing/PairwiseDomainSimilarity.java index 8880b05..a781898 100644 --- a/forester/java/src/org/forester/surfacing/PairwiseDomainSimilarity.java +++ b/forester/java/src/org/forester/surfacing/PairwiseDomainSimilarity.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.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();