Show
Ignore:
Timestamp:
08/19/09 13:33:04 (3 years ago)
Author:
martijn
Message:

Javadoc, style issues in corelib and bio

Files:
1 modified

Legend:

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

    r157 r164  
    5050     * 
    5151     * @param src source data source 
    52      * @param dest target data source 
     52     * @param tgt target data source 
    5353     * @return true if mapping is supported from src to des 
     54     * @throws IDMapperException if service is unavailable 
    5455     */ 
    55     public boolean isMappingSupported(DataSource src, DataSource tgt) throws IDMapperException ; 
     56    public boolean isMappingSupported(DataSource src, DataSource tgt) throws IDMapperException; 
    5657     
    5758    /**