Changeset 5674 for trunk


Ignore:
Timestamp:
2003-10-17T09:43:58+13:00 (21 years ago)
Author:
jmt12
Message:

Added a new string - Error

File:
1 edited

Legend:

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

    r5291 r5674  
    6868    static final public String CONTENT_ELEMENT                            = "content";
    6969    static final public String CUSTOM_ATTRIBUTE                           = "custom";
    70     static final public String DEBUG_ARGUMENT                             = "-debug";
     70   static final public String DEBUG_ARGUMENT                             = "-debug";
    7171    static final public String DICTIONARY_FILENAME                        = "dictionary";
    7272    static final public String EMPTY_STR                                  = "";
    7373    static final public String ENGLISH_LANGUAGE_STR                       = "en";
    74     static final public String ENUM_STR                                   = "enum";
     74   static final public String ENUM_STR                                   = "enum";
     75   static final public String ERROR_STR                                  = "Error";
    7576    static final public String ESCAPE_PATTERN                             = "\\\\";
    7677    static final public String ESCAPE_STR                                 = "\\";
Note: See TracChangeset for help on using the changeset viewer.