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 2016/09/01 20:31:51 UTC

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

Author: schor
Date: Thu Sep  1 20:31:51 2016
New Revision: 1758852

URL: http://svn.apache.org/viewvc?rev=1758852&view=rev
Log:
no jira fix spelling in javadoc

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

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiCasDeserializer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiCasDeserializer.java?rev=1758852&r1=1758851&r2=1758852&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiCasDeserializer.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiCasDeserializer.java Thu Sep  1 20:31:51 2016
@@ -2009,7 +2009,7 @@ public class XmiCasDeserializer {
    * Deserializes a CAS from XMI.
    * 
    * @param aStream
-   *          input stream from which to read the XCMI document
+   *          input stream from which to read the XMI document
    * @param aCAS
    *          CAS into which to deserialize. This CAS must be set up with a type system that is
    *          compatible with that in the XMI
@@ -2035,7 +2035,7 @@ public class XmiCasDeserializer {
    * Deserializes a CAS from XMI.  This version of this method supports merging multiple XMI documents into a single CAS.
    * 
    * @param aStream
-   *          input stream from which to read the XCMI document
+   *          input stream from which to read the XMI document
    * @param aCAS
    *          CAS into which to deserialize. This CAS must be set up with a type system that is
    *          compatible with that in the XMI
@@ -2078,7 +2078,7 @@ public class XmiCasDeserializer {
    * 
    * 
    * @param aStream
-   *            input stream from which to read the XCMI document
+   *            input stream from which to read the XMI document
    * @param aCAS
    *            CAS into which to deserialize. This CAS must be set up with a
    *            type system that is compatible with that in the XMI