Changeset 400 for trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java
- Timestamp:
- 06/04/10 17:09:53 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java
r391 r400 38 38 39 39 /** 40 * Create an instance of {@link CronosWSResponse } 41 * 42 */ 43 public CronosWSResponse createCronosWSResponse() { 44 return new CronosWSResponse(); 45 } 46 47 /** 40 48 * Create an instance of {@link IsinRedList } 41 49 * … … 43 51 public IsinRedList createIsinRedList() { 44 52 return new IsinRedList(); 45 }46 47 /**48 * Create an instance of {@link IsinRedListResponse }49 *50 */51 public IsinRedListResponse createIsinRedListResponse() {52 return new IsinRedListResponse();53 53 } 54 54 … … 62 62 63 63 /** 64 * Create an instance of {@link CronosWSResponse }64 * Create an instance of {@link IsinRedListResponse } 65 65 * 66 66 */ 67 public CronosWSResponse createCronosWSResponse() {68 return new CronosWSResponse();67 public IsinRedListResponse createIsinRedListResponse() { 68 return new IsinRedListResponse(); 69 69 } 70 70
