Ignore:
Timestamp:
06/10/08 15:01:27 (16 years ago)
Author:
ra33
Message:

Fixed a couple of minor bugs that popped up in the demo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r97 r98  
    497497                        boolean isAttributeList) {
    498498                // separate attribute and value from string
    499                 String attribute = getAttribute(value).toLowerCase();
     499                String attribute = getAttribute(value);
    500500                //Check that an attribute was found
    501501                if(attribute == null)
    502502                        return false;
     503                attribute = attribute.toLowerCase();
    503504               
    504505                value = getValue(value);
Note: See TracChangeset for help on using the changeset viewer.