Polish
Closes gh-14202
This commit is contained in:
committed by
Stephane Nicoll
parent
2a016a47e2
commit
fe3fe0fa63
@@ -213,7 +213,7 @@ public class RestartClassLoaderTests {
|
||||
|
||||
private <T> List<T> toList(Enumeration<T> enumeration) {
|
||||
return (enumeration != null) ? Collections.list(enumeration)
|
||||
: Collections.<T>emptyList();
|
||||
: Collections.emptyList();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user