This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch refactoring/350-Clean-up-and-modernize-code
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from 666d95103 Issue #350: Clean up and modernize code
add 6347db2f3 Issue #346: Helper annotation created by subiterator may
remain in CAS
add e9e16c2be Merge pull request #347 from
apache/bugfix/346-Helper-annotation-created-by-subiterator-may-remain-in-CAS
add 10af8cc1a Merge branch 'main' into
refactoring/350-Clean-up-and-modernize-code
No new revisions were added by this update.
Summary of changes:
.../org/apache/uima/cas/impl/SelectFSs_impl.java | 5 +
.../java/org/apache/uima/cas/impl/Subiterator.java | 4 +-
.../org/apache/uima/cas/impl/SubiteratorTest.java | 119 ++++++++++++++++++
.../org/apache/uima/cas/test/SubiteratorTest.java | 135 ---------------------
4 files changed, 126 insertions(+), 137 deletions(-)
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SubiteratorTest.java
delete mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/test/SubiteratorTest.java