Ignore:
Timestamp:
2006-01-23T13:24:35+13:00 (18 years ago)
Author:
mdewsnip
Message:

Removed the "progress" parameter from copyFile, as part of the FileQueue rewrite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/LegacyCollectionImporter.java

    r11079 r11080  
    5353        try {
    5454        backup_dir.mkdirs();
    55         Gatherer.f_man.getQueue().copyFile(metadata_xml_file_file, new_metadata_xml_file_file, false, null);
     55        Gatherer.f_man.getQueue().copyFile(metadata_xml_file_file, new_metadata_xml_file_file, false);
    5656        if (!new_metadata_xml_file_file.exists()) {
    5757            throw new Exception("");
Note: See TracChangeset for help on using the changeset viewer.