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 2007/05/21 21:13:18 UTC

svn commit: r540245 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/cas/TOP.java

Author: schor
Date: Mon May 21 12:13:18 2007
New Revision: 540245

URL: http://svn.apache.org/viewvc?view=rev&rev=540245
Log:
[UIMA-409] allow setting the slot which references the _Type instance in a JCas object.
This slot is updated when the object is reused from the cache, to reference the 
view associated with the latest reuse.

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

Modified: incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/cas/TOP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/cas/TOP.java?view=diff&rev=540245&r1=540244&r2=540245
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/cas/TOP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/cas/TOP.java Mon May 21 12:13:18 2007
@@ -60,7 +60,7 @@
    * casImpl ref) to every instance.
    */
 	/** used to reference the corresponding TOP_Type instance */
-	public final TOP_Type jcasType;
+	public TOP_Type jcasType;
 
 	/** used to reference the corresponding Cas instance */
 	protected final int addr;