Changeset 8766


Ignore:
Timestamp:
2004-12-09T11:44:08+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed a couple of dead strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java

    r8765 r8766  
    2626 */
    2727package org.greenstone.gatherer.util;
    28 /**************************************************************************************
    29  * Written:     02/07/03
    30  * Revised:
    31  **************************************************************************************/
     28
     29
    3230/** Were you to guess that this is a class object choc-a-block full of static stringy goodness, you'd be right. They come in several flavours: Those ending _STR are strings you might find as values in XML, _ELEMENT are element names, _ATTRIBUTE are attribute names, _CHAR are particular characters while _CHARACTER are also characters but expressed as strings (for regex purposes ie startsWith, endsWith, indexOf and replaceAll); _PATTERN are strings which require extra escaping to put them through regex. Finally anything else is just a static string used within GLI. */
    3331public class StaticStrings {
     
    115113    static final public String GLI_ATTRIBUTE                              = "gli";
    116114    static final public String GREATER_THAN_CHARACTER                     = ">";
    117     static final public String GS_ATTRIBUTE                               = "gs";
    118115    static final public String GSDL_ARGUMENT                              = "-gsdl";
    119116    static final public String GSDL3_ARGUMENT                              = "-gsdl3";
Note: See TracChangeset for help on using the changeset viewer.