dogfood - suppress ReturnEmptyCollectionRatherThanNull

This commit is contained in:
Andreas Dangel 2022-01-10 17:41:42 +01:00
parent f38e99c65e
commit 7173f65a87
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -221,6 +221,7 @@ public class DeadLinksChecker {
}
@SuppressWarnings("PMD.ReturnEmptyCollectionRatherThanNull")
private Map<Path, List<String>> joinFutures(Map<Path, List<Future<String>>> map) {
Map<Path, List<String>> joined = new HashMap<>();