Author: schor
Date: Wed Jul 18 15:54:26 2018
New Revision: 1836201

URL: http://svn.apache.org/viewvc?rev=1836201&view=rev
Log:
[UIMA-5838] undoing: startAt disallowed for bounded iterations

Modified:
    
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml

Modified: 
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml
URL: 
http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml?rev=1836201&r1=1836200&r2=1836201&view=diff
==============================================================================
--- 
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml 
(original)
+++ 
uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.select.xml 
Wed Jul 18 15:54:26 2018
@@ -392,7 +392,6 @@ FSIterator<Token> token_iterator =
           <term><emphasis role=""></emphasis>startAt</term>
           <listitem>
             <para>position the starting point of any iteration.  
-            This specification is not allowed (and will throw an exception) 
for bounded iterations.
                                <code>startAt(xxx)</code> takes two forms, each 
of which has, in turn 2 subforms.  
                                The form using <code>begin, end</code> is only 
valid for Annotation Indexes.
                                <programlisting>startAt(fs);          // fs 
specifies a feature structure 


Reply via email to