Changeset 5306
- Timestamp:
- 08/18/08 14:16:08 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/logic-api-refactoring/src/api/org/openmrs/logic/impl/LogicServiceImpl.java
r5165 r5306 342 342 LogicQueryTreeParser treeParser = new LogicQueryTreeParser(); 343 343 344 LogicCriteria lc = new LogicCriteria(null); 345 lc = treeParser.query_AST(t, lc); 344 LogicCriteria lc = treeParser.query_AST(t); 346 345 // System.out.println(lc.toString()); 347 346 return lc;