You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/10/06 15:12:50 UTC

[uima-uimaj] 01/01: Merge pull request #60 from apache/UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype

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

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

commit 2386b33f77171f8090c7e0ac1ff179ee791d2424
Merge: f7fca8e 5017fc7
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Oct 6 17:12:42 2020 +0200

    Merge pull request #60 from apache/UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
    
    [UIMA-6243] JCas returns Annotation when asked for a specific subtype

 uimaj-core/pom.xml                                 |   6 +
 .../org/apache/uima/cas/impl/FSClassRegistry.java  |  19 +-
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   |  10 +-
 .../apache/uima/cas/test/JCasClassLoaderTest.java  | 565 +++++++++++++++++++++
 4 files changed, 588 insertions(+), 12 deletions(-)