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 2012/10/19 19:27:42 UTC

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

Author: schor
Date: Fri Oct 19 17:27:42 2012
New Revision: 1400187

URL: http://svn.apache.org/viewvc?rev=1400187&view=rev
Log:
no Jira fix comment (word was split between 2 lines)

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

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiSerializationSharedData.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiSerializationSharedData.java?rev=1400187&r1=1400186&r2=1400187&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiSerializationSharedData.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiSerializationSharedData.java Fri Oct 19 17:27:42 2012
@@ -45,8 +45,8 @@ import org.apache.uima.internal.util.rb_
  *       whenever it encounters an XMI element that doesn't correspond to a type in the type system, it will populate the
  *       <code>XmiSerializationSharedData</code> with information about these elements.  If you then pass the same 
  *       <code>XmiSerializationSharedData</code> object to the serializer when you attempt to serialize the same CAS, these
- *       out-of-typesystem FS will be reserialized without loss of inform
- *       ation.  References between in-typesystem and out-of-typesystem
+ *       out-of-typesystem FS will be reserialized without loss of information.  
+ *       References between in-typesystem and out-of-typesystem
  *       FS (in either direction) are maintained as well.</li>
  *   <li>After calling the XmiCasSerializer and passing an <code>XmiSerializationSharedData</code>, you can call the
  *       {@link #getMaxXmiId()} method to get the maximum xmi:id value in the serialized CAS.  This feature, along with the consistency of