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:01:59 UTC

[uima-uimafit] branch master updated (a78760d -> d912f78)

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

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


    from a78760d  [no-jira] fix typo (via PR #38)
     add 531cd00  [UIMA-5929] Add exists() method to CasUtil
     add 0ef879f  No Jira - excluding issuesFixed folder from git
     new d912f78  Merge pull request #43 from apache/feature/UIMA-5929-Add-exists-method-to-CasUtil

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 #43 from apache/feature/UIMA-5929-Add-exists-method-to-CasUtil

Posted by re...@apache.org.
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-uimafit.git

commit d912f788d40e3db7e511fb31c7f7d8cbb99b5d44
Merge: a78760d 0ef879f
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Sat Dec 8 10:01:55 2018 +0100

    Merge pull request #43 from apache/feature/UIMA-5929-Add-exists-method-to-CasUtil
    
    Feature/uima 5929 add exists method to cas util

 .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(+)