Changeset 7234


Ignore:
Timestamp:
2004-04-28T12:05:17+12:00 (20 years ago)
Author:
kjdon
Message:

fixed a bug where queued_for_removal in getMetadata was being set to null before we'd finished using it

File:
1 edited

Legend:

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

    r7171 r7234  
    425425                }
    426426                queued_for_removal.clear();
    427                 queued_for_removal = null;
    428427
    429428                        // If the description_element no longer has any children remove it
     
    458457    }
    459458    ///ystem.err.println("Found " + metadatum.size() + " pieces of metadata.");
     459    queued_for_removal = null;
    460460    return metadatum;
    461461    }
Note: See TracChangeset for help on using the changeset viewer.