Use diamond operators
See gh-33987
This commit is contained in:
committed by
Phillip Webb
parent
5120242996
commit
6e46423983
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user