Changeset 153
- Timestamp:
- 08/11/09 22:58:38 (2 years ago)
- Location:
- trunk/corelib/src/org/bridgedb
- Files:
-
- 2 modified
-
file/IDMapperFile.java (modified) (2 diffs)
-
webservice/IDMapperBiomart.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/file/IDMapperFile.java
r134 r153 38 38 39 39 /** 40 * Constuctor from a {@link IDMapp ngReader}. transitivity is unsupported40 * Constuctor from a {@link IDMappingReader}. transitivity is unsupported 41 41 * by default. 42 42 * @param reader ID mapping reader … … 49 49 50 50 /** 51 * Constuctor from a {@link IDMapp ngReader} and user-defined free search51 * Constuctor from a {@link IDMappingReader} and user-defined free search 52 52 * capacity. 53 53 * @param reader ID mapping reader -
trunk/corelib/src/org/bridgedb/webservice/IDMapperBiomart.java
r149 r153 206 206 /** 207 207 * Set base url of BioMart. 208 * @param baseURL {@link URL}of BioMart.208 * @param baseURL URL of BioMart. 209 209 * @throws IDMapperException if failed to read local resources. 210 210 */ … … 220 220 /** 221 221 * 222 * @return base {@link URL}of BioMart.222 * @return base URL of BioMart. 223 223 */ 224 224 public String getBaseURL() {
