Ignore:
Timestamp:
2023-07-18T09:42:55+12:00 (12 months ago)
Author:
kjdon
Message:

added a coment

File:
1 edited

Legend:

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

    r37804 r37821  
    6161    protected static HashMap<String, ArrayList<String>> _foundTableValues = new HashMap<String, ArrayList<String>>();
    6262    static Logger logger = Logger.getLogger(org.greenstone.gsdl3.util.XSLTUtil.class.getName());
     63
     64    // just a place to hold some variables, eg prevMonth in classifiertools.xsl
    6365    protected static HashMap<String, String> _stringVariables = new HashMap<String, String>();
    6466
Note: See TracChangeset for help on using the changeset viewer.