- Timestamp:
- 08/12/09 07:56:10 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/webservice/IDMapperBiomart.java
r153 r155 255 255 public Map<Xref, Set<Xref>> mapID(Set<Xref> srcXrefs, 256 256 Set<DataSource> tgtDataSources) throws IDMapperException { 257 if (srcXrefs==null || tgtDataSources==null) {257 if (srcXrefs==null) { 258 258 throw new java.lang.IllegalArgumentException( 259 259 "srcXrefs or tgtDataSources cannot be null");
