Author: schor
Date: Tue Mar 26 12:01:51 2013
New Revision: 1461068

URL: http://svn.apache.org/r1461068
Log:
[UIMA-2695] change comment referencing impl class to ref the public interface

Modified:
    
uima/uimaj/trunk/uimaj-document-annotation/src/main/java/org/apache/uima/jcas/tcas/DocumentAnnotation.java

Modified: 
uima/uimaj/trunk/uimaj-document-annotation/src/main/java/org/apache/uima/jcas/tcas/DocumentAnnotation.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation/src/main/java/org/apache/uima/jcas/tcas/DocumentAnnotation.java?rev=1461068&r1=1461067&r2=1461068&view=diff
==============================================================================
--- 
uima/uimaj/trunk/uimaj-document-annotation/src/main/java/org/apache/uima/jcas/tcas/DocumentAnnotation.java
 (original)
+++ 
uima/uimaj/trunk/uimaj-document-annotation/src/main/java/org/apache/uima/jcas/tcas/DocumentAnnotation.java
 Tue Mar 26 12:01:51 2013
@@ -22,12 +22,11 @@ package org.apache.uima.jcas.tcas;
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
 import org.apache.uima.jcas.cas.TOP_Type;
-import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * The JCas class definition for the CAS <code>DocumentAnnotation</code> type. 
When text CASs are
- * created, one instance of this type is created and made accessable via a 
call to the
- * {@link JCasImpl#getDocumentAnnotationFs()} method. It is also a subtype of 
{@link Annotation} and
+ * created, one instance of this type is created and made accessible via a 
call to the
+ * {@link JCas#getDocumentAnnotationFs()} method. It is also a subtype of 
{@link Annotation} and
  * therefore would appear as one of the annotations that an iterator over all 
the annotations would
  * return.
  */


Reply via email to