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

Comparing jsr166/src/test/tck/ExecutorsTest.java (file contents):
Revision 1.46 by jsr166, Sun Oct 4 16:14:48 2015 UTC vs.
Revision 1.47 by jsr166, Wed Jan 4 06:09:58 2017 UTC

# Line 281 | Line 281 | public class ExecutorsTest extends JSR16
281                  delay(LONG_DELAY_MS);
282              }};
283  
284 <        List<Thread> threads = new ArrayList<Thread>();
284 >        List<Thread> threads = new ArrayList<>();
285          for (final ExecutorService executor : executors) {
286              threads.add(newStartedThread(new CheckedRunnable() {
287                  public void realRun() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines