Changeset 307 for trunk/corelib/src/org/bridgedb/rdb/SimpleGdbImpl3.java
- Timestamp:
- 02/19/10 06:56:50 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/rdb/SimpleGdbImpl3.java
r288 r307 581 581 } catch (SQLException e) { throw new IDMapperException ("Xref:" + ref, e); } // Database unavailable 582 582 } 583 584 /** 585 * 586 * @return true 587 */ 588 public boolean isFreeAttributeSearchSupported() 589 { 590 return true; 591 } 583 592 584 593 /**
