Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 2212

Show
Ignore:
Timestamp:
08/16/07 21:37:38 (1 year ago)
Author:
rzwolinski
Message:

Removed a debug statement, so that it now relies completely on the Logic Service.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/logicws/web/src/org/openmrs/module/logicws/web/TokenTagResource.java

    r2172 r2212  
    2222            out.print("<tokenTagList>"); 
    2323 
    24             // List entities <entity>VALUE</entity> 
    25             // TODO remove temp statements 
    26             Context.getLogicService().addTokenTag("AGE", "Demographics"); 
     24            // List entities <tag>VALUE</tag> 
    2725            List<String> tags = Context.getLogicService().findTokenTags(""); 
    2826            for (String tag : tags) {