From c4ac57368086aeed8330c598ed6d0f6f83a6f625 Mon Sep 17 00:00:00 2001 From: jprocter Date: Sat, 29 Sep 2007 13:51:07 +0000 Subject: [PATCH] javadoc --- src/jalview/util/DBRefUtils.java | 3 +++ 1 file changed, 3 insertions(+) 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) -- 1.7.10.2