adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 18 forks source link

GH-157: fix iterator over set with removal bug in `JournalServiceTester` #162

Closed nicdard closed 1 year ago

nicdard commented 1 year ago

Description

removing elements from a set in an enhanced for loop is not possible, changing to the explicit iterator to be able to remove eventsIds that we retrieve from the journal.

Related Issue

157

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: