Polish formatting
This commit is contained in:
parent
7b0004d6c3
commit
0f0adb4cd0
|
|
@ -92,8 +92,8 @@ public class ConfigurationMetadataDocumentWriter {
|
|||
List<String> matchingOverrides = overrides.keySet().stream()
|
||||
.filter((overrideKey) -> overrideKey.startsWith(keyPrefix))
|
||||
.collect(Collectors.toList());
|
||||
matchingOverrides.forEach((match) ->
|
||||
table.addEntry(overrides.remove(match)));
|
||||
matchingOverrides
|
||||
.forEach((match) -> table.addEntry(overrides.remove(match)));
|
||||
}
|
||||
List<String> matchingKeys = unmappedKeys.stream()
|
||||
.filter((key) -> keyPrefixes.stream().anyMatch(key::startsWith))
|
||||
|
|
|
|||
Loading…
Reference in New Issue