Changeset 6094


Ignore:
Timestamp:
2003-12-02T17:25:16+13:00 (20 years ago)
Author:
jmt12
Message:

Fixed crappy 'how do I import IGNORE?' problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMProfiler.java

    r5589 r6094  
    5555    /** A mapping of known profile actions. */
    5656    private HashMap3D profiles = null;
    57     static final private String IGNORE = "\nIGNORE\n";
     57    static final private String IGNORE = "IGNORE";
    5858    /** The constructor loads the previous profile for this collection if there is one.
    5959     * @see org.greenstone.gatherer.collection.CollectionManager
     
    162162     */
    163163    public String getAction(String collection_file, String source) {
    164     ///atherer.println("Get action.");
    165164    String result = (String) profiles.get(collection_file, source);
     165    ///ystem.err.println("getAction() == " + result);
    166166    if(result.equals(IGNORE)) {
    167167        result = null;
Note: See TracChangeset for help on using the changeset viewer.