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 2020/01/09 20:37:10 UTC

[uima-uimaj] 01/01: Merge pull request #17 from apache/feature/UIMA-6152-trim-method-for-AnnotationFS

This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 03b9cae4a80f402aa5895ec1f4aebc8e65031113
Merge: fde9a6e f5f2f30
Author: mischor <ms...@schor.com>
AuthorDate: Thu Jan 9 15:37:01 2020 -0500

    Merge pull request #17 from apache/feature/UIMA-6152-trim-method-for-AnnotationFS
    
    [UIMA-6152] "trim" method for AnnotationFS

 uimaj-core/pom.xml                                 |   9 +-
 .../org/apache/uima/cas/text/AnnotationFS.java     |  22 ++-
 .../java/org/apache/uima/jcas/tcas/Annotation.java |  45 +++++
 .../org/apache/uima/util/CasCreationUtils.java     |  12 ++
 .../org/apache/uima/jcas/tcas/AnnotationTest.java  | 205 +++++++++++++++++++++
 uimaj-parent/pom.xml                               |   6 +
 6 files changed, 294 insertions(+), 5 deletions(-)