- Timestamp:
- 08/19/09 17:47:05 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/webservice/biomart/IDMapperBiomart.java
r161 r166 140 140 * @param idOnlyForTgtDataSource id-only option, filter data source ends 141 141 * with 'ID' or 'Accession'. 142 * @param transitivity transitivity option143 142 * @throws IDMapperException if failed to link to the dataset 144 143 */ … … 168 167 * @param idOnlyForTgtDataSource id-only option, filter data source ends 169 168 * with 'ID' or 'Accession'. 170 * @param transitivity transitivity option171 169 * @throws IDMapperException if failed to link to the dataset 172 170 */ … … 335 333 336 334 /** 337 * Get supported source data sources 335 * Get supported source data sources. 338 336 * @return supported source data sources 339 * @throws I OException if failed to read the filters337 * @throws IDMapperException if failed to read the filters 340 338 */ 341 339 protected Set<DataSource> getSupportedSrcDataSources() … … 353 351 354 352 /** 355 * Get supported target data sources 353 * Get supported target data sources. 356 354 * @return supported target data sources 357 * @throws I OException if failed to read the filters355 * @throws IDMapperException if failed to read the filters 358 356 */ 359 357 protected Set<DataSource> getSupportedTgtDataSources()
