Ignore:
Timestamp:
2012-05-22T13:01:04+12:00 (12 years ago)
Author:
sjm84
Message:

Fixing Greenstone 3's use (or lack thereof) of generics, this was done automatically so we may want to change it over time. This change will also auto-format any files that have not already been formatted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGPPSearch.java

    r20239 r25635  
    4242import java.util.Vector;
    4343import java.io.File;
     44import java.io.Serializable;
    4445
    4546import org.apache.log4j.*;
     
    9394  }
    9495 
    95   protected boolean setUpQueryer(HashMap params) {
     96  protected boolean setUpQueryer(HashMap<String, Serializable> params) {
    9697   
    9798    // set up the defaults that may be changed by query params
     
    189190  }
    190191 
    191   protected boolean addTermInfo(Element term_list, HashMap params,
     192  protected boolean addTermInfo(Element term_list, HashMap<String, Serializable> params,
    192193    Object query_result) {
    193194   
Note: See TracChangeset for help on using the changeset viewer.