Author: schor
Date: Mon Oct 15 22:03:46 2018
New Revision: 1843958

URL: http://svn.apache.org/viewvc?rev=1843958&view=rev
Log:
no jira, spelling

Modified:
    uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/JCas.java

Modified: 
uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/JCas.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/JCas.java?rev=1843958&r1=1843957&r2=1843958&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/JCas.java 
(original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/jcas/JCas.java 
Mon Oct 15 22:03:46 2018
@@ -237,7 +237,7 @@ public interface JCas extends AbstractCa
 
   /**
    * A constant for each cas which holds a 0-length instance. Since this can 
be a common value, we
-   * avoid creating multiple copies of it. All uses can use the same valuee 
because it is not
+   * avoid creating multiple copies of it. All uses can use the same value 
because it is not
    * updatable (it has no subfields). This is initialized lazily on first 
reference, and reset when
    * the CAS is reset.
    * @return 0-length instance of a StringArray
@@ -247,7 +247,7 @@ public interface JCas extends AbstractCa
 
   /**
    * A constant for each cas which holds a 0-length instance. Since this can 
be a common value, we
-   * avoid creating multiple copies of it. All uses can use the same valuee 
because it is not
+   * avoid creating multiple copies of it. All uses can use the same value 
because it is not
    * updatable (it has no subfields). This is initialized lazily on first 
reference, and reset when
    * the CAS is reset.
    * @return 0-length instance of an IntegerArray
@@ -256,7 +256,7 @@ public interface JCas extends AbstractCa
 
   /**
    * A constant for each cas which holds a 0-length instance. Since this can 
be a common value, we
-   * avoid creating multiple copies of it. All uses can use the same valuee 
because it is not
+   * avoid creating multiple copies of it. All uses can use the same value 
because it is not
    * updatable (it has no subfields). This is initialized lazily on first 
reference, and reset when
    * the CAS is reset.
    * @return 0-length instance of a FloatArray
@@ -264,7 +264,7 @@ public interface JCas extends AbstractCa
 
   /**
    * A constant for each cas which holds a 0-length instance. Since this can 
be a common value, we
-   * avoid creating multiple copies of it. All uses can use the same valuee 
because it is not
+   * avoid creating multiple copies of it. All uses can use the same value 
because it is not
    * updatable (it has no subfields). This is initialized lazily on first 
reference, and reset when
    * the CAS is reset.
    * @return 0-length instance of a FSArray


Reply via email to