Add missing generic diamond operator to MappingOptions (#3498)

This commit is contained in:
hduelme 2024-01-28 17:50:33 +01:00 committed by GitHub
parent 60f162ca88
commit 6322138028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ public class MappingOptions extends DelegatingOptions {
String defaultValue = mapping.defaultValue().getValue();
Set<String> dependsOn = mapping.dependsOn().hasValue() ?
new LinkedHashSet( mapping.dependsOn().getValue() ) :
new LinkedHashSet<>( mapping.dependsOn().getValue() ) :
Collections.emptySet();
FormattingParameters formattingParam = new FormattingParameters(