- Timestamp:
- 08/30/10 16:05:59 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.rdb/src/org/bridgedb/rdb/SimpleGdbImplCommon.java
r318 r441 81 81 public boolean xrefExists(Xref xref) throws IDMapperException 82 82 { 83 if (xref.getDataSource() == null) return false; 83 84 final QueryLifeCycle pst = qXrefExists; 84 85 synchronized (pst) {
