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 2018/12/08 09:02:14 UTC

[uima-uimafit] branch 3.0.x updated (0da2cfa -> 47f2205)

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

rec pushed a change to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


    from 0da2cfa  Merge pull request #36 from apache/feature/UIMA-5854-Switch-SCM-info-from-SVN-to-GIT-v3
     add 9b2481d  [UIMA-5929] Add exists() method to CasUtil
     add 048164c  No Jira - excluding issuesFixed folder from git
     new 47f2205  Merge pull request #44 from apache/feature/UIMA-5929-Add-exists-method-to-CasUtil-3_0_x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                            |  1 +
 .../main/java/org/apache/uima/fit/util/CasUtil.java   | 16 ++++++++++++++++
 .../java/org/apache/uima/fit/util/CasUtilTest.java    | 19 +++++++++++++++++++
 3 files changed, 36 insertions(+)


[uima-uimafit] 01/01: Merge pull request #44 from apache/feature/UIMA-5929-Add-exists-method-to-CasUtil-3_0_x

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 47f220507e8df332f83f735402c219a153fab889
Merge: 0da2cfa 048164c
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Sat Dec 8 10:02:10 2018 +0100

    Merge pull request #44 from apache/feature/UIMA-5929-Add-exists-method-to-CasUtil-3_0_x
    
    Feature/uima 5929 add exists method to cas util 3 0 x

 .gitignore                                            |  1 +
 .../main/java/org/apache/uima/fit/util/CasUtil.java   | 16 ++++++++++++++++
 .../java/org/apache/uima/fit/util/CasUtilTest.java    | 19 +++++++++++++++++++
 3 files changed, 36 insertions(+)