You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2022/01/07 09:36:38 UTC

[uima-ruta] 01/01: Merge pull request #68 from apache/bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block

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

pkluegl pushed a commit to branch maintenance/3.1.x
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 4d6c5bc02e6940c76e076f523efead32bf9701d8
Merge: 2377279 e781524
Author: pkluegl <pk...@apache.org>
AuthorDate: Fri Jan 7 10:36:29 2022 +0100

    Merge pull request #68 from apache/bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block
    
    UIMA-6406: Removing an annotation inside a BLOCK only takes effect outside the block

 ruta-core/.gitignore                               |   2 +
 .../main/java/org/apache/uima/ruta/RutaStream.java |   6 +-
 .../org/apache/uima/ruta/engine/RutaTestUtils.java | 112 ++++++++++++++-------
 .../org/apache/uima/ruta/action/UnmarkTest.java    |  54 +++++++---
 4 files changed, 124 insertions(+), 50 deletions(-)