Ignore:
Timestamp:
2003-11-05T13:46:44+13:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out about 60 unused functions.

File:
1 edited

Legend:

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

    r5581 r5785  
    124124    }
    125125
    126     public String getLocalFile() {
     126    /* private String getLocalFile() {
    127127    String local_file = getPath() + File.separator + getFile();
    128128    // Strip msdos roots if they're still there.
     
    131131    }
    132132    return local_file;
    133     }
     133    } */
    134134
    135135    public String getPath() {
Note: See TracChangeset for help on using the changeset viewer.