Polish
This commit is contained in:
@@ -214,8 +214,8 @@ public class RestartClassLoaderTests {
|
||||
}
|
||||
|
||||
private <T> List<T> toList(Enumeration<T> enumeration) {
|
||||
return ((enumeration != null) ? Collections.list(enumeration)
|
||||
: Collections.<T>emptyList());
|
||||
return (enumeration != null) ? Collections.list(enumeration)
|
||||
: Collections.<T>emptyList();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user