This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch release/3.1.0
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git


The following commit(s) were added to refs/heads/release/3.1.0 by this push:
     new 61a004a  [NO JIRA] Update documentation to changed API in 
ExternalResourceFactory and removed a spurious character
61a004a is described below

commit 61a004a84148337d2c5f15be216006bf11506eb3
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Wed Apr 15 22:17:11 2020 +0200

    [NO JIRA] Update documentation to changed API in ExternalResourceFactory 
and removed a spurious character
---
 uimafit-docbook/src/docbook/tools.uimafit.configurationparameters.xml | 2 +-
 uimafit-docbook/src/docbook/tools.uimafit.externalresources.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/uimafit-docbook/src/docbook/tools.uimafit.configurationparameters.xml 
b/uimafit-docbook/src/docbook/tools.uimafit.configurationparameters.xml
index fd277e4..11a9040 100644
--- a/uimafit-docbook/src/docbook/tools.uimafit.configurationparameters.xml
+++ b/uimafit-docbook/src/docbook/tools.uimafit.configurationparameters.xml
@@ -119,7 +119,7 @@
     initializer:</para>
   <itemizedlist>
     <listitem>
-      <para><classname>CasAnnotator_ImplBase</classname>`</para>
+      <para><classname>CasAnnotator_ImplBase</classname></para>
     </listitem>
     <listitem>
       <para><classname>CasCollectionReader_ImplBase</classname></para>
diff --git a/uimafit-docbook/src/docbook/tools.uimafit.externalresources.xml 
b/uimafit-docbook/src/docbook/tools.uimafit.externalresources.xml
index 970f0ae..0d264e5 100644
--- a/uimafit-docbook/src/docbook/tools.uimafit.externalresources.xml
+++ b/uimafit-docbook/src/docbook/tools.uimafit.externalresources.xml
@@ -197,7 +197,7 @@ public static class Annotator
         use it to configure two different analysis engines. Because we only 
use a single
         description, also only a single instance of the external resource is 
created and shared
         between the two engines.
-        <programlisting>ExternalResourceDescription extDesc = 
createExternalResourceDescription(
+        <programlisting>ExternalResourceDescription extDesc = 
createSharedResourceDescription(
   SharedModel.class, new File("somemodel.bin"));
                
 // Binding external resource to each Annotator individually

Reply via email to