Ignore:
Timestamp:
2004-11-18T14:31:40+13:00 (19 years ago)
Author:
mdewsnip
Message:

Made Gatherer.configServer static.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Gatherer.java

    r8480 r8597  
    459459    // The response code is returned immediately -- but this does not mean the local
    460460    //   library action has finished!
    461     public void configServer(String command)
     461    static public void configServer(String command)
    462462    {
    463463    try {
     
    481481
    482482    // used to send reload coll messages to the tomcat server
    483     public void configGS3Server(String site, String command) {
     483    static public void configGS3Server(String site, String command) {
    484484
    485485    try {
     
    498498        url = null;
    499499    }
    500     catch(Exception exception) {
     500    catch (Exception exception) {
    501501        DebugStream.printStackTrace(exception);
    502         ///ystem.err.println("Bad URL.");
    503502    }
    504503    }
Note: See TracChangeset for help on using the changeset viewer.