dogfood - suppress ReturnEmptyCollectionRatherThanNull
This commit is contained in:
parent
f38e99c65e
commit
7173f65a87
@ -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<>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user