remove unnecessary comment

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
Balázs Szücs 2025-08-26 13:56:06 +02:00
parent b2bd4aff61
commit 4042223437

View File

@ -2246,8 +2246,6 @@ public class RedactionService {
} }
} }
// removed noop forEach
List<ModificationTask> tasks = new ArrayList<>(); List<ModificationTask> tasks = new ArrayList<>();
for (Map.Entry<Integer, List<MatchRange>> entry : matchesBySegment.entrySet()) { for (Map.Entry<Integer, List<MatchRange>> entry : matchesBySegment.entrySet()) {
int segmentIndex = entry.getKey(); int segmentIndex = entry.getKey();