You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/02/12 13:58:28 UTC

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

Author: twgoetz
Date: Mon Feb 12 04:58:27 2007
New Revision: 506437

URL: http://svn.apache.org/viewvc?view=rev&rev=506437
Log:
No Jira: javadoc fix.

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

Modified: incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java?view=diff&rev=506437&r1=506436&r2=506437
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java Mon Feb 12 04:58:27 2007
@@ -3633,21 +3633,21 @@
 	}
 
 	/**
-   * @see org.apache.uima.cas.text.CAS#getAnnotationType()
+   * @see org.apache.uima.cas.CAS#getAnnotationType()
    */
 	public Type getAnnotationType() {
 		return this.annotType;
 	}
 
 	/**
-   * @see org.apache.uima.cas.text.CAS#getEndFeature()
+   * @see org.apache.uima.cas.CAS#getEndFeature()
    */
 	public Feature getEndFeature() {
 		return this.endFeat;
 	}
 
 	/**
-   * @see org.apache.uima.cas.text.CAS#getBeginFeature()
+   * @see org.apache.uima.cas.CAS#getBeginFeature()
    */
 	public Feature getBeginFeature() {
 		return this.startFeat;