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 2018/01/03 18:56:50 UTC

svn commit: r1819995 - /uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml

Author: schor
Date: Wed Jan  3 18:56:50 2018
New Revision: 1819995

URL: http://svn.apache.org/viewvc?rev=1819995&view=rev
Log:
[UIMA-5662] clarify xmi, xcas behavior with v2mode.

Modified:
    uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml

Modified: uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml?rev=1819995&r1=1819994&r2=1819995&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml Wed Jan  3 18:56:50 2018
@@ -207,7 +207,7 @@ boolean LowLeveCas.is_ll_defaultV2IdRefs
     <itemizedlist>
       <listitem><para>Newly created Feature structures
           have IDs which match what UIMA V2 references (the "addresses")
-          would be.  For serialized forms (except Xmi and XCAS), these IDs
+          would be.  For serialized forms (except Xmi), these IDs
           match the (imputed) v2 IDs of the serialized form.
         </para>
         
@@ -225,7 +225,7 @@ boolean LowLeveCas.is_ll_defaultV2IdRefs
         </para>
       </listitem>
       <listitem>
-        <para>This mode modifies serialization (except for XCAS, Xmi) to include non-reachable FSs.
+        <para>This mode modifies serialization to include non-reachable FSs.
           If you do not want to include these,  you can surround the serialize call with a try-with-resources 
           that turns the mode off.  But if you do this, there is no guarantee that the IDs will remain the same
           over subsequent serialization/deserialization steps.