Changeset 6169


Ignore:
Timestamp:
2003-12-08T17:03:11+13:00 (20 years ago)
Author:
jmt12
Message:

Added then removed debug comments only

File:
1 edited

Legend:

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

    r5581 r6169  
    2828
    2929import javax.swing.tree.*;
     30import org.greenstone.gatherer.Gatherer;
    3031import org.greenstone.gatherer.file.FileNode;
    3132import org.greenstone.gatherer.file.FileSystemModel;
     
    8990    if(orig != null) {
    9091        this.origin_path = new TreePath(orig.getPath());
    91         ///ystem.err.println("Origin Path: " + origin_path);
     92        ///atherer.println("Origin Path: " + origin_path);
    9293    }
    9394    }
Note: See TracChangeset for help on using the changeset viewer.