Show
Ignore:
Timestamp:
08/12/09 07:56:10 (3 years ago)
Author:
jgao
Message:

IDMapperPicrBiomart, IDMapperFile bug fix for tgtDataSources=null

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/corelib/src/org/bridgedb/webservice/IDMapperBiomart.java

    r153 r155  
    255255    public Map<Xref, Set<Xref>> mapID(Set<Xref> srcXrefs, 
    256256                Set<DataSource> tgtDataSources) throws IDMapperException { 
    257         if (srcXrefs==null || tgtDataSources==null) { 
     257        if (srcXrefs==null) { 
    258258            throw new java.lang.IllegalArgumentException( 
    259259                        "srcXrefs or tgtDataSources cannot be null");