ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.37 by jsr166, Fri Aug 4 03:30:21 2017 UTC vs.
Revision 1.38 by jsr166, Sun Jan 7 22:59:18 2018 UTC

# Line 33 | Line 33 | public class ConcurrentSkipListSubSetTes
33       * Integers 0 ... n - 1.
34       */
35      private static NavigableSet<Integer> populatedSet(int n) {
36 <        ConcurrentSkipListSet<Integer> q =
37 <            new ConcurrentSkipListSet<Integer>();
36 >        ConcurrentSkipListSet<Integer> q = new ConcurrentSkipListSet<>();
37          assertTrue(q.isEmpty());
38  
39          for (int i = n - 1; i >= 0; i -= 2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines