- Timestamp:
- 02/19/10 06:56:50 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/picr/src/org/bridgedb/webservice/picr/IDMapperPicr.java
r252 r307 202 202 } 203 203 204 /** 205 * 206 * @return false 207 */ 208 public boolean isFreeAttributeSearchSupported() 209 { 210 return false; 211 } 212 204 213 public Map<Xref, String> freeAttributeSearch(String query, String attrType, 205 214 int limit) throws IDMapperException
