You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/01/05 13:55:00 UTC

svn commit: r1723065 - /uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml

Author: pkluegl
Date: Tue Jan  5 12:55:00 2016
New Revision: 1723065

URL: http://svn.apache.org/viewvc?rev=1723065&view=rev
Log:
no jira - fixed xml element end

Modified:
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml?rev=1723065&r1=1723064&r2=1723065&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml Tue Jan  5 12:55:00 2016
@@ -387,7 +387,7 @@ Sentence{CONTAINS(EmploymentIndicator) -
       for referring to the matched annoation of this rule element within the current rule match alone.
       Global variables for annotations are declared like other variables and are able to store annotations
       across rules. The following example illustrate some simple use cases using local variables:
-    <para>
+    </para>
 
     <programlisting><![CDATA[DECLARE Annotation EmplRelation 
    (Employee employeeRef, Employer employerRef);