List<Boolean> list = new ArrayList<Boolean>(); should be replaced with List<Boolean> list = new ArrayList<>(); in test/jdk/java/lang/Boolean/MakeBooleanComparable.java
Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java
-
Christoph Langer
-
Christoph Langer
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: