javadoc
authorjprocter <Jim Procter>
Sat, 29 Sep 2007 13:51:07 +0000 (13:51 +0000)
committerjprocter <Jim Procter>
Sat, 29 Sep 2007 13:51:07 +0000 (13:51 +0000)
src/jalview/util/DBRefUtils.java

index 8eb5d7b..d94e234 100755 (executable)
@@ -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)