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

Comparing jsr166/src/test/extra166y/ParallelArrayAsListTest.java (file contents):
Revision 1.6 by jsr166, Sat Oct 16 16:38:37 2010 UTC vs.
Revision 1.8 by jsr166, Tue Oct 25 20:29:12 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   * Other contributors include Andrew Wright, Jeffrey Hayes,
6   * Pat Fisher, Mike Judd.
7   */
# Line 13 | Line 13 | import jsr166y.*;
13   import extra166y.*;
14   import java.io.*;
15  
16 < public class ParallelArrayAsListTest extends JSR166TestCase{
16 > public class ParallelArrayAsListTest extends JSR166TestCase {
17  
18      public static void main(String[] args) {
19          junit.textui.TestRunner.run(suite());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines