Changeset 12304 for trunk/gli/src/org


Ignore:
Timestamp:
2006-07-25T13:49:17+12:00 (18 years ago)
Author:
kjdon
Message:

made the LEVEL string [] protected

File:
1 edited

Legend:

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

    r12081 r12304  
    4343    implements Comparable, DOMProxyListEntry {
    4444    /** An values of items in the index level enumeration. */
    45     static public final String LEVEL[] = {CollectionConfiguration.DOCUMENT_STR, CollectionConfiguration.PARAGRAPH_STR, CollectionConfiguration.SECTION_STR};
     45    static protected final String LEVEL[] = {CollectionConfiguration.DOCUMENT_STR,  CollectionConfiguration.SECTION_STR, CollectionConfiguration.PARAGRAPH_STR};
    4646
    4747    private ArrayList sources = null;
Note: See TracChangeset for help on using the changeset viewer.