Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/README.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/README.md?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/README.md (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/README.md Mon Oct 31 13:15:29 2022 @@ -44,7 +44,7 @@ to your project: <dependency> <groupId>org.apache.uima</groupId> <artifactId>uimaj-core</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> </dependency> ``` @@ -55,7 +55,7 @@ Apache uimaFIT is a separate dependency <dependency> <groupId>org.apache.uima</groupId> <artifactId>uimafit-core</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> </dependency> ```
Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md Mon Oct 31 13:15:29 2022 @@ -19,7 +19,7 @@ *************************************************************** --> -# Apache UIMA (Unstructured Information Management Architecture) v3.3.0 Release Notes +# Apache UIMA (Unstructured Information Management Architecture) v3.3.1 Release Notes ## Contents @@ -27,7 +27,6 @@ [Major Changes in this Release](#major.changes) [How to Get Involved](#get.involved) [How to Report Issues](#report.issues) -[List of JIRA Issues Fixed in this Release](#list.issues) ## <a id="what.is.uima">What is UIMA?</a> @@ -55,53 +54,29 @@ with some support for Perl, Python and T ## <a id="major.changes">Notable changes in this release</a> -* [UIMA-6418] Added support for component parameters of type "long" and "double" -* [UIMA-6358] Added platform-independent methods for setting the datapath in a resource manager -* [UIMA-6374] Added an extensive CAS (de)serialization test suit -* [UIMA-6431] Added support for using lambda functions as CAS processors -* [UIMA-6412] Changed CPMEngine from using a thread group to using an executor service -* [UIMA-6389] Fixed exceptions being swallowed when using Log4J2 through its SLF4J API -* [UIMA-6386] Fixed wrong UIMA session being set on the ConfigurationManager in aggregates -* [UIMA-6390] Fixed NPE when trying to access config names of fresh context -* [UIMA-6378] Fixed build on Java 16 -* [UIMA-6393] Fixed circular imports in descriptors breaking the resource manager cache -* [UIMA-6367] Fixed JCas cover annotation created in PEAR context being replaced by index operations -* [UIMA-6388] Fixed CAS.select(null) returning all annotations instead of throwing an exception -* [UIMA-6423] Fixed selecting a non-existing type returning all types instead of throwing an exception -* [UIMA-6421] Fixed range check when injecting a String value into StringArray slot to throw an exception -* [UIMA-6400] Fixed leaking ThreadLocal in UimaContextHolder -* [UIMA-6398] Fixed memory leak in UIMA loggers and loggers using the wrong classloader for i18n messages -* [UIMA-6413] Fixed memory leak in FSClassRegistry -* [UIMA-6377] Fixed spurious multipleReferencesAllowed warning when serializing empty arrays -* [UIMA-6372] Upgraded to JUnit 5 -* [UIMA-6373] Format UIMA Core Java SDK codebase - -### API changes - -#### SelectFS API with null or non-existing types - -When providing `null` or as a type or an non-existing type to a `select` call, then an exception is -is thrown. Previously, all annotations were returned instead. To explicitly select any type, use -the new `anyType()` instead of calling `type(null)`. - -#### ResourceManager datapath methods - -The methods `getDataPath()` and `setDataPath(String)` which were accepting/returning paths using -platform-specific path separators have been deprepcated. Instead, use the new -`setDataPathElements(File/String...)` and `getDataPathElements()` methods. - -#### JUnit upgrade - -The JUnit module has been upgraded from JUnit 4 to JUnit 5 along with the rest of the test code -switching to JUnit 5. If you use the unit test helpers from this module, you also have to upgrade -your tests to JUnit 5. +This is a bug fix release. -## <a id="list.issues">Full list of JIRA Issues affecting this Release</a> +**Bugs fixed** +* ð¦ Issue #255: File handle leak accessing performanceTuning.properties +* ð¦ Issue #240: Helper annotation created by SelectFS should not survive +* ð¦ Issue #238: Form 6 serializes non-reachable FSes but should not +* ð¦ Issue #235: Misleading error message when JCas type is not registered +* ð¦ [UIMA-6479] PearPackagingMavenPlugin has ancient JUnit dependency +* ð¦ [UIMA-6473] CasToComparableText is broken + +**Improvements** +* âï¸ Issue #222: Support comparing test files irrespective of line endings +* âï¸ [UIMA-6480] Add tests with empty arrays to CAS de/ser-suite + +**Refactoring** +* âï¸ [UIMA-6454] Update dependencies +* âï¸ [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 +* âï¸ [UIMA-6469] Cleaning up file handling code -Click [issuesFixed/jira-report.hmtl](issuesFixed/jira-report.html) for the list of issues affecting -this release. +For a full list of issues affecting this release, please see: -Please use the mailing lists ( http://uima.apache.org/mail-lists.html ) for feedback. +* [GitHub issues](issuesFixed/github-report.html) [[online](https://github.com/apache/uima-uimaj/issues?q=milestone%3A3.3.1)] +* [Jira issues (legacy)](issuesFixed/jira-report.html) [[online](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.3.1SDK)] ## <a id="get.involved">How to Get Involved</a> @@ -111,5 +86,5 @@ help, source code and feedback. If you a ## <a id="report.issues">How to Report Issues</a> -The Apache UIMA project uses JIRA for issue tracking. Please report any issues you find at -[http://issues.apache.org/jira/browse/uima](http://issues.apache.org/jira/browse/uima). \ No newline at end of file +The Apache UIMA project uses GitHub for issue tracking. Please report any issues you find at +[https://github.com/apache/uima-uimaj/issues](https://github.com/apache/uima-uimaj/issues). \ No newline at end of file Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>All Classes (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>All Classes (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constant Field Values (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Constant Field Values (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Constant Field Values (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { @@ -1986,195 +1986,202 @@ <td class="colLast"><code>"JCAS_TYPE_NOT_IN_CAS"</code></td> </tr> <tr class="altColor"> +<td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_TYPE_NOT_IN_CAS_REGISTRY"> +<!-- --> +</a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_NOT_IN_CAS_REGISTRY">JCAS_TYPE_NOT_IN_CAS_REGISTRY</a></code></td> +<td class="colLast"><code>"JCAS_TYPE_NOT_IN_CAS_REGISTRY"</code></td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_TYPE_RANGE_MISMATCH"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_RANGE_MISMATCH">JCAS_TYPE_RANGE_MISMATCH</a></code></td> <td class="colLast"><code>"JCAS_TYPE_RANGE_MISMATCH"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_UNKNOWN_TYPE_NOT_IN_CAS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_UNKNOWN_TYPE_NOT_IN_CAS">JCAS_UNKNOWN_TYPE_NOT_IN_CAS</a></code></td> <td class="colLast"><code>"JCAS_UNKNOWN_TYPE_NOT_IN_CAS"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.JCAS_UNSUPPORTED_OP_NOT_CAS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_UNSUPPORTED_OP_NOT_CAS">JCAS_UNSUPPORTED_OP_NOT_CAS</a></code></td> <td class="colLast"><code>"JCAS_UNSUPPORTED_OP_NOT_CAS"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.LENIENT_FORM_6_NO_TS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#LENIENT_FORM_6_NO_TS">LENIENT_FORM_6_NO_TS</a></code></td> <td class="colLast"><code>"LENIENT_FORM_6_NO_TS"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.LENIENT_NOT_SUPPORTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#LENIENT_NOT_SUPPORTED">LENIENT_NOT_SUPPORTED</a></code></td> <td class="colLast"><code>"LENIENT_NOT_SUPPORTED"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.MULTIPLE_CREATE_MARKER"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#MULTIPLE_CREATE_MARKER">MULTIPLE_CREATE_MARKER</a></code></td> <td class="colLast"><code>"MULTIPLE_CREATE_MARKER"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.NO_PRIMITIVE_TAIL"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#NO_PRIMITIVE_TAIL">NO_PRIMITIVE_TAIL</a></code></td> <td class="colLast"><code>"NO_PRIMITIVE_TAIL"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.NON_CREATABLE_TYPE"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#NON_CREATABLE_TYPE">NON_CREATABLE_TYPE</a></code></td> <td class="colLast"><code>"NON_CREATABLE_TYPE"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.PRIMITIVE_VAL_FEAT"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#PRIMITIVE_VAL_FEAT">PRIMITIVE_VAL_FEAT</a></code></td> <td class="colLast"><code>"PRIMITIVE_VAL_FEAT"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.PROTECTED_SOFA_FEATURE"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#PROTECTED_SOFA_FEATURE">PROTECTED_SOFA_FEATURE</a></code></td> <td class="colLast"><code>"PROTECTED_SOFA_FEATURE"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SELECT_ALT_SRC_INVALID"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SELECT_ALT_SRC_INVALID">SELECT_ALT_SRC_INVALID</a></code></td> <td class="colLast"><code>"SELECT_ALT_SRC_INVALID"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SELECT_GET_NO_INSTANCES"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SELECT_GET_NO_INSTANCES">SELECT_GET_NO_INSTANCES</a></code></td> <td class="colLast"><code>"SELECT_GET_NO_INSTANCES"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SELECT_GET_TOO_MANY_INSTANCES"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SELECT_GET_TOO_MANY_INSTANCES">SELECT_GET_TOO_MANY_INSTANCES</a></code></td> <td class="colLast"><code>"SELECT_GET_TOO_MANY_INSTANCES"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SET_REF_FROM_STRING_NOT_SUPPORTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SET_REF_FROM_STRING_NOT_SUPPORTED">SET_REF_FROM_STRING_NOT_SUPPORTED</a></code></td> <td class="colLast"><code>"SET_REF_FROM_STRING_NOT_SUPPORTED"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFADATA_ALREADY_SET"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFADATA_ALREADY_SET">SOFADATA_ALREADY_SET</a></code></td> <td class="colLast"><code>"SOFADATA_ALREADY_SET"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFADATASTREAM_ERROR"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFADATASTREAM_ERROR">SOFADATASTREAM_ERROR</a></code></td> <td class="colLast"><code>"SOFADATASTREAM_ERROR"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFANAME_ALREADY_EXISTS"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFANAME_ALREADY_EXISTS">SOFANAME_ALREADY_EXISTS</a></code></td> <td class="colLast"><code>"SOFANAME_ALREADY_EXISTS"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFANAME_NOT_FOUND"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFANAME_NOT_FOUND">SOFANAME_NOT_FOUND</a></code></td> <td class="colLast"><code>"SOFANAME_NOT_FOUND"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFAREF_NOT_FOUND"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFAREF_NOT_FOUND">SOFAREF_NOT_FOUND</a></code></td> <td class="colLast"><code>"SOFAREF_NOT_FOUND"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SOFAREF_NOT_SET"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SOFAREF_NOT_SET">SOFAREF_NOT_SET</a></code></td> <td class="colLast"><code>"SOFAREF_NOT_SET"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES">SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES</a></code></td> <td class="colLast"><code>"SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.SWITCH_CLASS_LOADER_NESTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#SWITCH_CLASS_LOADER_NESTED">SWITCH_CLASS_LOADER_NESTED</a></code></td> <td class="colLast"><code>"SWITCH_CLASS_LOADER_NESTED"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPE_NOT_IN_INDEX"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#TYPE_NOT_IN_INDEX">TYPE_NOT_IN_INDEX</a></code></td> <td class="colLast"><code>"TYPE_NOT_IN_INDEX"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPESYSTEM_NOT_LOCKED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#TYPESYSTEM_NOT_LOCKED">TYPESYSTEM_NOT_LOCKED</a></code></td> <td class="colLast"><code>"TYPESYSTEM_NOT_LOCKED"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.TYPESYSTEMS_NOT_COMMITTED"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#TYPESYSTEMS_NOT_COMMITTED">TYPESYSTEMS_NOT_COMMITTED</a></code></td> <td class="colLast"><code>"TYPESYSTEMS_NOT_COMMITTED"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNKNOWN_CONSTRAINT_FEAT"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#UNKNOWN_CONSTRAINT_FEAT">UNKNOWN_CONSTRAINT_FEAT</a></code></td> <td class="colLast"><code>"UNKNOWN_CONSTRAINT_FEAT"</code></td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNKNOWN_CONSTRAINT_TYPE"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/uima/cas/CASRuntimeException.html#UNKNOWN_CONSTRAINT_TYPE">UNKNOWN_CONSTRAINT_TYPE</a></code></td> <td class="colLast"><code>"UNKNOWN_CONSTRAINT_TYPE"</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a name="org.apache.uima.cas.CASRuntimeException.UNRECOGNIZED_SERIALIZED_CAS_FORMAT"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Deprecated List (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Deprecated List (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Deprecated List (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>API Help (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>API Help (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="API Help (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Index (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Index (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { @@ -16225,6 +16225,11 @@ <dd> <div class="block">JCas type "{0}" used in Java code, but was not declared in the XML type descriptor.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_NOT_IN_CAS_REGISTRY">JCAS_TYPE_NOT_IN_CAS_REGISTRY</a></span> - Static variable in exception org.apache.uima.cas.<a href="org/apache/uima/cas/CASRuntimeException.html" title="class in org.apache.uima.cas">CASRuntimeException</a></dt> +<dd> +<div class="block">JCas type "{0}" defined in CAS type system and used in Java code, but was not registered in + JCasRegistry.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/uima/cas/CASRuntimeException.html#JCAS_TYPE_RANGE_MISMATCH">JCAS_TYPE_RANGE_MISMATCH</a></span> - Static variable in exception org.apache.uima.cas.<a href="org/apache/uima/cas/CASRuntimeException.html" title="class in org.apache.uima.cas">CASRuntimeException</a></dt> <dd> <div class="block">CAS type system type "{0}" defines field "{1}" with range "{2}", but JCas class has range Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Apache UIMA Java SDK 3.3.0 User-Level API Documentation</title> +<title>Apache UIMA Java SDK 3.3.1 User-Level API Documentation</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CompositeResourceFactory (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>CompositeResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CompositeResourceFactory (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="CompositeResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constants (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Constants (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constants (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Constants (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>I18nExceptionI (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>I18nExceptionI (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="I18nExceptionI (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="I18nExceptionI (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InternationalizedException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>InternationalizedException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InternationalizedException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="InternationalizedException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InternationalizedRuntimeException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>InternationalizedRuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InternationalizedRuntimeException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="InternationalizedRuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>List_of_ints (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>List_of_ints (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="List_of_ints (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="List_of_ints (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ResourceFactory (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>ResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceFactory (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="ResourceFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ResourceSpecifierFactory (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>ResourceSpecifierFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceSpecifierFactory (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="ResourceSpecifierFactory (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMAException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UIMAException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMAException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UIMAException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMAFramework (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UIMAFramework (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMAFramework (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UIMAFramework (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMARuntimeException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UIMARuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMARuntimeException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UIMARuntimeException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMA_IllegalStateException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UIMA_IllegalStateException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMA_IllegalStateException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UIMA_IllegalStateException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UimaContext (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UimaContext (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UimaContext (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UimaContext (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UimaContextAdmin (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UimaContextAdmin (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UimaContextAdmin (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UimaContextAdmin (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UimaContextHolder (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UimaContextHolder (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UimaContextHolder (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UimaContextHolder (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UimaSerializable (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UimaSerializable (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UimaSerializable (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UimaSerializable (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UimaSerializableFSs (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>UimaSerializableFSs (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UimaSerializableFSs (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="UimaSerializableFSs (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AnalysisComponent (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>AnalysisComponent (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AnalysisComponent (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="AnalysisComponent (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Annotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Annotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Annotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Annotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CasProcessor (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>CasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CasProcessor (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="CasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CasProcessorAnnotator (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>CasProcessorAnnotator (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CasProcessorAnnotator (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="CasProcessorAnnotator (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JCasProcessor (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>JCasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JCasProcessor (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="JCasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JCasProcessorAnnotator (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>JCasProcessorAnnotator (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JCasProcessorAnnotator (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="JCasProcessorAnnotator (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) { Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html?rev=1904950&r1=1904949&r2=1904950&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html (original) +++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html Mon Oct 31 13:15:29 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)</title> +<title>Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.3.0 User-Level API Documentation)"; + parent.document.title="Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.3.1 User-Level API Documentation)"; } } catch(err) {
