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 2007/01/31 22:54:47 UTC

svn commit: r502013 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml

Author: schor
Date: Wed Jan 31 13:54:46 2007
New Revision: 502013

URL: http://svn.apache.org/viewvc?view=rev&rev=502013
Log:
No Jira - Add 2 more titleabbrev to the jcas ref manual

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml?view=diff&rev=502013&r1=502012&r2=502013
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml Wed Jan 31 13:54:46 2007
@@ -400,6 +400,7 @@
     
     <section id="ugr.ref.jcas.new_instances">
       <title>Creating new instances using the Java <quote>new</quote> operator</title>
+      <titleabbrev>Creating new instances</titleabbrev>
       
       <para>The new operator creates new instances of JCas types. It takes at least one
         parameter, the JCas instance in which the type is to be created. For example, if there
@@ -467,6 +468,7 @@
     </section>
     <section id="ugr.ref.jcas.adding_removing_instances_to_indexes">
       <title>Adding (and removing) instances to (from) indexes</title>
+      <titleabbrev>Updating Indexes</titleabbrev>
       
       <para>CAS indexes are maintained automatically by the CAS. But you must add any
         instances of feature structures you want the index to find, to the indexes by using the