Changeset 34255 for main/trunk


Ignore:
Timestamp:
2020-07-10T10:23:23+12:00 (4 years ago)
Author:
ak19
Message:

Oversight. Removing another remnant of experimental code that I hadn't meant to commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java

    r34247 r34255  
    3131    }
    3232
    33     /** helper methods to export metadata for collection files to csv */
    34     public void getFileListing(ArrayList<File> files) {
    35     getFileListing(root, files);
    36     return;
    37     }
    38    
    3933    public FileFilter[] getFilters() {
    4034    if(filters == null) {
Note: See TracChangeset for help on using the changeset viewer.