- Timestamp:
- 11/06/09 10:45:33 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/picr/src/org/bridgedb/webservice/picr/IDMapperPicrRest.java
r241 r252 111 111 isOnlyActive = Boolean.parseBoolean(args.get("only-active")); 112 112 } 113 return new IDMapperPicr (isOnlyActive);113 return new IDMapperPicrRest(isOnlyActive); 114 114 } 115 115 } … … 190 190 // remove unsupported data sources 191 191 Set<String> tgtDss = new HashSet<String>(); 192 if (tgtDataSources !=null) {192 if (tgtDataSources.length > 0) { 193 193 for (DataSource ds : tgtDataSources) { 194 194 if (supportedDatabases.contains(ds)) {
