Author: rwesten
Date: Tue Jul  3 13:31:54 2012
New Revision: 1356725

URL: http://svn.apache.org/viewvc?rev=1356725&view=rev
Log:
STANBOL-670: fixed two issues with the executionmetadata Freemarker template 
after refactoring out the ExecutionMetadata object model to ehnahcer.servicesapi

Modified:
    
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/imports/executionmetadata.ftl

Modified: 
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/imports/executionmetadata.ftl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/imports/executionmetadata.ftl?rev=1356725&r1=1356724&r2=1356725&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/imports/executionmetadata.ftl
 (original)
+++ 
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/imports/executionmetadata.ftl
 Tue Jul  3 13:31:54 2012
@@ -42,8 +42,8 @@
          <span>
       </#if>
       <strong>${it.chainExecution.chainName}</strong> 
-      ${it.chainExecution.statusText} </span>
-      in <strong>${it.chainExecution.durationText}</strong>.
+      ${it.getExecutionStatusText(it.chainExecution)} </span>
+      in <strong>${it.getExecutionDurationText(it.chainExecution)}</strong>.
     </p>
     <div class="collapsable">
     <ul>


Reply via email to