Ignore:
Timestamp:
2008-08-26T19:08:52+12:00 (16 years ago)
Author:
ak19
Message:
  1. Made MetadataWrap and MetadataItem members final rather than static, now they are passed by subclasses to the superclass constructor (DocXMLFile). 2. Skip warning on gsdlsourcefilename etc/collect.cfg since this occurs when working with FLI and is not an error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/metadata/DocGAFile.java

    r17011 r17014  
    4141    public DocGAFile(String doc_xml_file_path)
    4242    {
    43     super(doc_xml_file_path);
    44     MetadataWrap = "Description";
    45     MetadataItem = "Metadata";
     43    super(doc_xml_file_path, "Description", "Metadata"); // metadataWrap and metadataItem
    4644    }
    4745}
Note: See TracChangeset for help on using the changeset viewer.