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 2017/01/22 13:41:47 UTC

svn commit: r1779814 - /uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml

Author: schor
Date: Sun Jan 22 13:41:46 2017
New Revision: 1779814

URL: http://svn.apache.org/viewvc?rev=1779814&view=rev
Log:
[UIMA-5272] correct import to import by name, not location

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml?rev=1779814&r1=1779813&r2=1779814&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml Sun Jan 22 13:41:46 2017
@@ -178,7 +178,7 @@ public void _save_to_cas_data() {
 	  
     <para>Semi-built-in means that the JCas cover classes for these are defined as part of the core Java classes,
       but the types themselves are not "built-in".  They may be added to any tyupe system by importing them by name using the import statement:
-      <programlisting>&lt;import location="org.apache.uima.semibuiltins.xml"/&gt;</programlisting>
+      <programlisting>&lt;import name="org.apache.uima.semibuiltins.xml"/&gt;</programlisting>
     </para>
     
 	  <section id="uv3.custom_java_objects.semibuiltin_fsarraylist">