Use diamond operators

See gh-33987
This commit is contained in:
Krzysztof Krason
2023-01-26 18:23:11 -08:00
committed by Phillip Webb
parent 5120242996
commit 6e46423983
24 changed files with 41 additions and 41 deletions

View File

@@ -406,7 +406,7 @@ class PropertiesLauncherTests {
}
private Condition<Archive> endingWith(String value) {
return new Condition<Archive>() {
return new Condition<>() {
@Override
public boolean matches(Archive archive) {