Changeset 16259

Show
Ignore:
Timestamp:
18/07/08 15:03:45 (1 month ago)
Author:
kmr
Message:

Fixed Eclipse warnings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/intermine/web/main/src/org/intermine/web/logic/config/WebConfig.java

    r16258 r16259  
    220220     * @return the TableExportConfig Map 
    221221     */ 
    222     public Map getTableExportConfigs() { 
     222    public Map<String, TableExportConfig> getTableExportConfigs() { 
    223223        return tableExportConfigs; 
    224224    } 
     
    230230     * @return true if this is equal to obj 
    231231     */ 
     232    @Override 
    232233    public boolean equals(Object obj) { 
    233234        if (!(obj instanceof WebConfig)) { 
     
    246247     * @return the hashCode for this WebConfig object 
    247248     */ 
     249    @Override 
    248250    public int hashCode() { 
    249251        return types.hashCode(); 
     
    328330     * @return a String version of this WebConfig object 
    329331     */ 
     332    @Override 
    330333    public String toString() { 
    331334        StringBuffer sb = new StringBuffer();