- Timestamp:
- 05/09/11 22:12:12 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.server/src/org/bridgedb/server/AttributeSearch.java
r504 r516 55 55 { 56 56 IDMapperStack mapper = getIDMappers(); 57 if (attribute == null) attribute = "Symbol"; // use symbol by default. 57 58 Map<Xref, String> results = mapper.freeAttributeSearch(searchStr, attribute, limit); 58 59
