Changeset 20913


Ignore:
Timestamp:
2009-11-05T17:23:32+13:00 (14 years ago)
Author:
ak19
Message:

Merely removed some temporary comments that I had left in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/server/Server2.java

    r20911 r20913  
    381381    File defaultConfigFile = new File(gsdl2_dir, "llssite.cfg");
    382382    String configfile = (args.length>=3 && args[2].startsWith("--config=")) ? args[2] : defaultConfigFile.getAbsolutePath();
    383         //"\""+defaultConfigFile.getAbsolutePath()+"\"";
    384         //"\""+gsdl2_home+File.separator+"llssite.cfg\"";
    385383    gsdl2_dir = null;
    386384    defaultConfigFile = null;
Note: See TracChangeset for help on using the changeset viewer.