You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/08/23 14:01:36 UTC

svn commit: r1757373 - /uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml

Author: schor
Date: Tue Aug 23 14:01:35 2016
New Revision: 1757373

URL: http://svn.apache.org/viewvc?rev=1757373&view=rev
Log:
[UIMA-5043] clarify what direct means

Modified:
    uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml

Modified: uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml?rev=1757373&r1=1757372&r2=1757373&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml (original)
+++ uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml Tue Aug 23 14:01:35 2016
@@ -2045,7 +2045,8 @@ key9  :  [ array element1\, with embedde
 
             <para>
             An annotator can directly access the external configuration parameters from its
-            UimaContext. 
+            UimaContext.  Direct access means an access where the key to select the external parameter is the 
+            external parameter name as specified in the external configuration settings file. 
 			<programlisting>
 String value = aContext.getSetting(paramName);
 String values[] = aContext.getSettingArray(arrayParamName);