Changeset 36093


Ignore:
Timestamp:
2022-03-10T08:57:41+13:00 (2 years ago)
Author:
kjdon
Message:

change to number of Configuration arguments

Location:
main/trunk/gli/src/org/greenstone/gatherer/gems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gems/GEMS.java

    r34232 r36093  
    158158    // Since GEMS launched standalone, need to set up Configuration and Dictionary
    159159    new Configuration(gli_user_directory_path, gsdl_path, gsdl3_path,
    160               null /*gsdl3_src_path*/, null /*site_name*/, null /*fedora_info*/); // null for parameters unknown to GEMS
     160              null /*gsdl3_src_path*/, null /*site_name*/, null /*servlet_name*/, null /*fedora_info*/); // null for parameters unknown to GEMS
    161161
    162162    // Read Dictionary in the locale specified in the config.xml
  • main/trunk/gli/src/org/greenstone/gatherer/gems/MetadataSetManager.java

    r34232 r36093  
    9292        }
    9393
    94     new Configuration(gli_user_directory_path, gsdl_path, gsdl3_path, null, null, null);         
     94    new Configuration(gli_user_directory_path, gsdl_path, gsdl3_path, null, null, null, null);         
    9595    current_language = Configuration.getLanguage();
    9696
Note: See TracChangeset for help on using the changeset viewer.