Ignore:
Timestamp:
2012-09-27T18:21:52+12:00 (12 years ago)
Author:
ak19
Message:

Making certain protected constants public so that the FedoraGS3.jar can use them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/AbstractBasicDocument.java

    r26045 r26269  
    2828
    2929  /** info types */
    30     protected static final String INFO_NUM_SIBS = "numSiblings";
    31     protected static final String INFO_NUM_CHILDREN = "numChildren";
    32     protected static final String INFO_SIB_POS = "siblingPosition";
    33     protected static final String INFO_DOC_TYPE = "documentType";
     30    public static final String INFO_NUM_SIBS = "numSiblings";
     31    public static final String INFO_NUM_CHILDREN = "numChildren";
     32    public static final String INFO_SIB_POS = "siblingPosition";
     33    public static final String INFO_DOC_TYPE = "documentType";
    3434
    3535    /** XML element for describe requests - the container doc */
Note: See TracChangeset for help on using the changeset viewer.