Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5306

Show
Ignore:
Timestamp:
08/18/08 14:16:08 (3 months ago)
Author:
vanand
Message:

openmrs-logic-api-refactoring: changes for new logicCriteria structure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/logic-api-refactoring/src/api/org/openmrs/logic/impl/LogicServiceImpl.java

    r5165 r5306  
    342342              LogicQueryTreeParser treeParser = new LogicQueryTreeParser(); 
    343343              
    344               LogicCriteria lc = new LogicCriteria(null); 
    345               lc = treeParser.query_AST(t, lc); 
     344                  LogicCriteria lc = treeParser.query_AST(t); 
    346345             // System.out.println(lc.toString()); 
    347346              return lc;