mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
remove unnecessary comment
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
parent
b2bd4aff61
commit
4042223437
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user