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/13 22:34:53 UTC

svn commit: r1778674 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/FSIndexRepository.java

Author: schor
Date: Fri Jan 13 22:34:53 2017
New Revision: 1778674

URL: http://svn.apache.org/viewvc?rev=1778674&view=rev
Log:
no Jira comment update

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/FSIndexRepository.java

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/FSIndexRepository.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/FSIndexRepository.java?rev=1778674&r1=1778673&r2=1778674&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/FSIndexRepository.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/FSIndexRepository.java Fri Jan 13 22:34:53 2017
@@ -130,8 +130,7 @@ public interface FSIndexRepository {
   
   /**
    * Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
-   * subtypes).  The elements are returned in arbitrary order, and duplicates (if they exist)
-   * are not removed.
+   * subtypes).  The elements are returned in arbitrary order.
    *
    * Generics: T is the Java class for aType.
    * @param aType