Changeset 1537:6e077ac581c9
- Timestamp:
- 10/22/10 16:46:59 (3 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
src/org/w3c/unicorn/tasklisttree/MethodCond.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/org/w3c/unicorn/tasklisttree/MethodCond.java
r1536 r1537 10 10 public boolean check(UnicornCall unicornCall) { 11 11 // @@ get input type 12 boolean b = value.equals (unicornCall.getInputMethod());12 boolean b = value.equalsIgnoreCase(unicornCall.getInputMethod()); 13 13 if (getResult()) 14 14 return b;
