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 2015/05/13 19:59:10 UTC

svn commit: r1679254 - /uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java

Author: schor
Date: Wed May 13 17:59:09 2015
New Revision: 1679254

URL: http://svn.apache.org/r1679254
Log:
comment only update

Modified:
    uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java?rev=1679254&r1=1679253&r2=1679254&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java Wed May 13 17:59:09 2015
@@ -4513,6 +4513,10 @@ public class CASImpl extends AbstractCas
     return addr;
   }
   
+  /**
+   * The <T extends AnnotationFS> (rather than AnnotationFS) allows the method
+   * JCasImpl getAnnotationIndex to return Annotation instead of AnnotationFS
+   */
   public <T extends AnnotationFS> AnnotationIndex<T> getAnnotationIndex() {
     return new AnnotationIndexImpl<T>(
             getIndexRepository().<T>getIndex(