Changeset 153

Show
Ignore:
Timestamp:
08/11/09 22:58:38 (2 years ago)
Author:
jgao
Message:

Javadoc fix

Location:
trunk/corelib/src/org/bridgedb
Files:
2 modified

Legend:

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

    r134 r153  
    3838 
    3939    /** 
    40      * Constuctor from a {@link IDMappngReader}. transitivity is unsupported 
     40     * Constuctor from a {@link IDMappingReader}. transitivity is unsupported 
    4141     * by default. 
    4242     * @param reader ID mapping reader 
     
    4949 
    5050    /** 
    51      * Constuctor from a {@link IDMappngReader} and user-defined free search 
     51     * Constuctor from a {@link IDMappingReader} and user-defined free search 
    5252     * capacity. 
    5353     * @param reader ID mapping reader 
  • trunk/corelib/src/org/bridgedb/webservice/IDMapperBiomart.java

    r149 r153  
    206206    /** 
    207207     * Set base url of BioMart. 
    208      * @param baseURL {@link URL} of BioMart. 
     208     * @param baseURL URL of BioMart. 
    209209     * @throws IDMapperException if failed to read local resources. 
    210210     */ 
     
    220220    /** 
    221221     * 
    222      * @return base {@link URL} of BioMart. 
     222     * @return base URL of BioMart. 
    223223     */ 
    224224    public String getBaseURL() {