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:16:39 UTC

[uima-ruta] branch bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block updated (e710b31 -> e781524)

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

pkluegl pushed a change to branch bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from e710b31  UIMA-6406: Removing an annotation inside a BLOCK only takes effect outside the block
     add e781524  UIMA-6406: Removing an annotation inside a BLOCK only takes effect outside the block

No new revisions were added by this update.

Summary of changes:
 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    |  12 ++-
 4 files changed, 93 insertions(+), 39 deletions(-)
 create mode 100644 ruta-core/.gitignore