Ignore:
Timestamp:
2006-09-01T11:38:53+12:00 (18 years ago)
Author:
mdewsnip
Message:

Changed all access to the static strings through CollectionConfiguration to directly use StaticStrings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/FormatManager.java

    r12449 r12641  
    8585    /** Constructor. */
    8686    public FormatManager() {
    87     super(CollectionDesignManager.collect_config.getDocumentElement(), CollectionConfiguration.FORMAT_ELEMENT, new Format());
     87    super(CollectionDesignManager.collect_config.getDocumentElement(), StaticStrings.FORMAT_ELEMENT, new Format());
    8888    this.model = this;
    8989
Note: See TracChangeset for help on using the changeset viewer.