Ignore:
Timestamp:
2013-06-13T13:13:46+12:00 (11 years ago)
Author:
sjm84
Message:

Various improvements and fixes mostly to do with adding depositor functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java

    r27144 r27617  
    2323
    2424    /** the system set up variables */
    25     protected HashMap<String, Comparable> config_params = null;
     25    protected HashMap<String, Object> config_params = null;
    2626    /** container Document to create XML Nodes */
    2727    protected Document doc = null;
     
    4343
    4444    /** the config variables must be set before configure is called */
    45     public void setConfigParams(HashMap<String, Comparable> params)
     45    public void setConfigParams(HashMap<String, Object> params)
    4646    {
    4747        this.config_params = params;
Note: See TracChangeset for help on using the changeset viewer.