Show
Ignore:
Timestamp:
08/19/09 17:47:05 (3 years ago)
Author:
jgao
Message:

checkstyle fix

Files:
1 modified

Legend:

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

    r161 r166  
    140140     * @param idOnlyForTgtDataSource id-only option, filter data source ends 
    141141     *        with 'ID' or 'Accession'. 
    142      * @param transitivity transitivity option 
    143142     * @throws IDMapperException if failed to link to the dataset 
    144143     */ 
     
    168167     * @param idOnlyForTgtDataSource id-only option, filter data source ends 
    169168     *        with 'ID' or 'Accession'. 
    170      * @param transitivity transitivity option 
    171169     * @throws IDMapperException if failed to link to the dataset 
    172170     */ 
     
    335333 
    336334    /** 
    337      * Get supported source data sources 
     335     * Get supported source data sources. 
    338336     * @return supported source data sources 
    339      * @throws IOException if failed to read the filters 
     337     * @throws IDMapperException if failed to read the filters 
    340338     */ 
    341339    protected Set<DataSource> getSupportedSrcDataSources() 
     
    353351 
    354352    /** 
    355      * Get supported target data sources 
     353     * Get supported target data sources. 
    356354     * @return supported target data sources 
    357      * @throws IOException if failed to read the filters 
     355     * @throws IDMapperException if failed to read the filters 
    358356     */ 
    359357    protected Set<DataSource> getSupportedTgtDataSources()