Changeset 24719


Ignore:
Timestamp:
2011-10-05T14:19:03+13:00 (13 years ago)
Author:
davidb
Message:

Whitespace tidyup

File:
1 edited

Legend:

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

    r23968 r24719  
    2727    public static final String LIBRARY_NAME = "library_name";
    2828    public static final String DEFAULT_LANG = "default_lang";
    29     public static final String ALLOW_CLIENT_SIDE_XSLT = "allow_client_side_xslt";
    30     public static final String CLIENT_SIDE_XSLT_INTERFACE_SUFFIX = "-client-xslt";
     29    public static final String ALLOW_CLIENT_SIDE_XSLT = "allow_client_side_xslt";
     30    public static final String CLIENT_SIDE_XSLT_INTERFACE_SUFFIX = "-client-xslt";
    3131
    3232    public static final String META_RELATION_SEP = "_";
Note: See TracChangeset for help on using the changeset viewer.