From: jprocter Date: Sat, 29 Sep 2007 13:51:07 +0000 (+0000) Subject: javadoc X-Git-Tag: Release_2_4~260 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c4ac57368086aeed8330c598ed6d0f6f83a6f625;p=jalview.git javadoc --- diff --git a/src/jalview/util/DBRefUtils.java b/src/jalview/util/DBRefUtils.java index 8eb5d7b..d94e234 100755 --- a/src/jalview/util/DBRefUtils.java +++ b/src/jalview/util/DBRefUtils.java @@ -163,6 +163,9 @@ public class DBRefUtils public interface DbRefComp { public boolean matches(DBRefEntry refa, DBRefEntry refb); } + /** + * match on all non-null fields in refa + */ public static DbRefComp matchNonNullonA = new DbRefComp() { public boolean matches(DBRefEntry refa, DBRefEntry refb)