git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9d8ea
)
javadoc
author
jprocter
<Jim Procter>
Sat, 29 Sep 2007 13:51:07 +0000
(13:51 +0000)
committer
jprocter
<Jim Procter>
Sat, 29 Sep 2007 13:51:07 +0000
(13:51 +0000)
src/jalview/util/DBRefUtils.java
patch
|
blob
|
history
diff --git
a/src/jalview/util/DBRefUtils.java
b/src/jalview/util/DBRefUtils.java
index
8eb5d7b
..
d94e234
100755
(executable)
--- 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)