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 2013/04/04 16:36:45 UTC

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

Author: schor
Date: Thu Apr  4 14:36:45 2013
New Revision: 1464571

URL: http://svn.apache.org/r1464571
Log:
no Jira - improve comment

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

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes6.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes6.java?rev=1464571&r1=1464570&r2=1464571&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes6.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes6.java Thu Apr  4 14:36:45 2013
@@ -249,6 +249,7 @@ public class BinaryCasSerDes6 {
      * kept here only to avoid recomputation in the use case:
      *   serialize to target 1, serialize same to target 2, etc.
      *   if Null, recomputed when needed
+     * BitSet used to test if fsRef needs to be serialized   
      */
     final private BitSet foundFSs;
     final private int[] foundFSsArray; // ordered set of FSs found in indexes or linked from other found FSs