You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2012/01/11 22:55:11 UTC

svn commit: r1230272 - /uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml

Author: cwiklik
Date: Wed Jan 11 21:55:11 2012
New Revision: 1230272

URL: http://svn.apache.org/viewvc?rev=1230272&view=rev
Log:
UIMA-2180 fix description of sendAndReceiveCAS(). The description included new argument specified as List<AnalysisEnginePerformanceMetrics>. Docbook doesnt allow '<' in the TEXT. Must use &lt; instead.

Modified:
    uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml

Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml?rev=1230272&r1=1230271&r2=1230272&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.api.xml Wed Jan 11 21:55:11 2012
@@ -164,7 +164,7 @@ under the License.
         </listitem>
 
         <listitem>
-          <para><code>void sendAndReceiveCAS(CAS aCAS, List<AnalysisEnginePerformanceMetrics> componentMetricsList)</code>:
+          <para><code>void sendAndReceiveCAS(CAS aCAS, List&lt;AnalysisEnginePerformanceMetrics> componentMetricsList)</code>:
             Send a CAS, wait for response. On success aCAS contains the analysis results and componentMetricsList
             contains per Analysis Engine performance breakdown. This breakdown shows how much time each Analysis Engine
             took to analyze the CAS. The method throws an exception on error.  Note that this interface cannot be used