Changeset 212
- Timestamp:
- Dec 6, 2006, 2:01:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/onk/AnnotationFilter/src/annotationfilter/Filter.java
r211 r212 42 42 try 43 43 { 44 param_annotationValues = section.findStringOpt("annotationValues") .toLowerCase();44 param_annotationValues = section.findStringOpt("annotationValues"); 45 45 param_annotationType = section.findStringOpt("annotationType"); 46 46 if (param_annotationType.equals("0")) … … 105 105 if (filter) 106 106 { 107 if (annotationValues.contains(vals[annotationCol] .toLowerCase()))107 if (annotationValues.contains(vals[annotationCol])) 108 108 { 109 109 data.add(vals);
Note: See TracChangeset
for help on using the changeset viewer.