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/07/19 07:23:49 UTC

[uima-uimafit] branch master updated (281120b -> 6cf09c0)

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 281120b  Merge pull request #16 from apache/feature/UIMA-5810-Add-contribution-guidelines-and-PR-template
     add eb00612  [UIMA-5820] Add CasFactory
     add da3353d  Merge branch 'master' into feature/UIMA-5820-Add-CasFactory
     new 6cf09c0  Merge pull request #22 from apache/feature/UIMA-5820-Add-CasFactory

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:
 .../factory/{JCasFactory.java => CasFactory.java}  | 111 +++++++++++----------
 .../org/apache/uima/fit/factory/JCasFactory.java   |  40 ++------
 2 files changed, 64 insertions(+), 87 deletions(-)
 copy uimafit-core/src/main/java/org/apache/uima/fit/factory/{JCasFactory.java => CasFactory.java} (59%)


[uima-uimafit] 01/01: Merge pull request #22 from apache/feature/UIMA-5820-Add-CasFactory

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 6cf09c0e7aa08d8405bf3b064fd0ddba34a68cfe
Merge: 281120b da3353d
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Thu Jul 19 09:23:47 2018 +0200

    Merge pull request #22 from apache/feature/UIMA-5820-Add-CasFactory
    
    [UIMA-5820] Add CasFactory

 .../factory/{JCasFactory.java => CasFactory.java}  | 111 +++++++++++----------
 .../org/apache/uima/fit/factory/JCasFactory.java   |  40 ++------
 2 files changed, 64 insertions(+), 87 deletions(-)