Ignore:
Timestamp:
2004-01-08T15:58:46+13:00 (20 years ago)
Author:
kjdon
Message:

fixed a string == bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/collection/ServiceCluster.java

    r6299 r6364  
    395395        Element param = (Element)params.item(i);
    396396        // Identify the structure information desired
    397         if (param.getAttribute(GSXML.NAME_ATT) == GSXML.SUBSET_PARAM ) {
     397        if (param.getAttribute(GSXML.NAME_ATT).equals(GSXML.SUBSET_PARAM)) {
    398398            String info = param.getAttribute(GSXML.VALUE_ATT);
    399399            if (info.equals(GSXML.SERVICE_ELEM+GSXML.LIST_MODIFIER)) {
Note: See TracChangeset for help on using the changeset viewer.