Changeset 7926


Ignore:
Timestamp:
2004-08-10T11:28:01+12:00 (20 years ago)
Author:
davidb
Message:

Fixed typo in comment.

File:
1 edited

Legend:

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

    r7739 r7926  
    977977            String dir_path = file.getPath();
    978978            String zip_path = dir_path.substring(prefix_strip);
    979             // use of "/" here instead of File.separation intentional
     979            // use of "/" here instead of File.separator intentional
    980980            ZipEntry dirEntry = new ZipEntry(zip_path+"/");
    981981
Note: See TracChangeset for help on using the changeset viewer.