Changeset 3286


Ignore:
Timestamp:
2002-07-30T09:56:43+12:00 (22 years ago)
Author:
kjdon
Message:

small change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/core/MessageRouter.java

    r3235 r3286  
    137137
    138138    // read thru the collect directory and create all the collections
    139     File collectDir = GSFile.collectionDirFile(site_home_);
     139    File collectDir = GSFile.collectDirFile(site_home_);
    140140    if (collectDir.exists()) {
    141141        System.out.println("Reading thru directory "+collectDir.getPath()+" to find collections.");
Note: See TracChangeset for help on using the changeset viewer.