You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/05/01 17:53:14 UTC

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

Author: alally
Date: Tue May  1 08:53:13 2007
New Revision: 534133

URL: http://svn.apache.org/viewvc?view=rev&rev=534133
Log:
Back out change that removed call to initFSClassRegistry.  That broke other things,
and there was never any need for this change in the first place.
UIMA-379: https://issues.apache.org/jira/browse/UIMA-379

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=534133&r1=534132&r2=534133
==============================================================================
--- 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 Tue May  1 08:53:13 2007
@@ -493,6 +493,8 @@
 			this.mySofaRef = -1;
 		}
 
+		initFSClassRegistry();
+
 		// get the indexRepository for this Sofa
 		this.indexRepository = (this.mySofaRef == -1) ? (FSIndexRepositoryImpl) ((CASImpl) cas)
 				.getSofaIndexRepository(1) : (FSIndexRepositoryImpl) ((CASImpl) cas)