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/03/26 13:26:30 UTC

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

Author: schor
Date: Tue Mar 26 12:26:29 2013
New Revision: 1461081

URL: http://svn.apache.org/r1461081
Log:
no Jira - remove incorrect comment part

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

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASSerializer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASSerializer.java?rev=1461081&r1=1461080&r2=1461081&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASSerializer.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASSerializer.java Tue Mar 26 12:26:29 2013
@@ -56,10 +56,7 @@ import org.apache.uima.cas.Marker;
  * This class is for internal use.  Some of the serialized formats are readable by the C++
  * implementation, and used for efficiently transferring CASes between Java frameworks and other ones.
  * Others are used with Vinci or SOAP to communicate to remote annotators.
- * 
- * External interfaces to compressed forms of this serialization are provided by the 
- * user class org.apache.uima.util.Compression
- * 
+ *  
  * To serialize the shared common information among a group of CASes sharing the same
  * type definition and index specifications, 
  * @see org.apache.uima.cas.impl.CASMgrSerializer