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 2007/01/24 23:38:39 UTC

svn commit: r499598 - /incubator/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java

Author: schor
Date: Wed Jan 24 14:38:39 2007
New Revision: 499598

URL: http://svn.apache.org/viewvc?view=rev&rev=499598
Log:
No Jira - add comment saying that the XmiWriterCasConsumer 
should be used instead of this one 

Modified:
    incubator/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java?view=diff&rev=499598&r1=499597&r2=499598
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java Wed Jan 24 14:38:39 2007
@@ -18,7 +18,15 @@
  */
 
 package org.apache.uima.examples.cpe;
-
+/* 
+ *******************************************************************************************
+ * N O T E :     The XML format (XCAS) that this Cas Consumer outputs, is
+ *               is deprecated, but is being kept for compatibility with older versions
+ *               
+ *               New code should use the XmiWriterCasConsumer
+ *               which uses the current XMI format for XML externalizations of the CAS
+ *******************************************************************************************               
+ */
 import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;