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

Comparing jsr166/src/test/tck/AbstractQueueTest.java (file contents):
Revision 1.5 by jsr166, Wed Aug 25 01:44:48 2010 UTC vs.
Revision 1.7 by jsr166, Tue Mar 15 19:47:06 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 113 | Line 113 | public class AbstractQueueTest extends J
113      }
114  
115      /**
116 <     *  addAll(null) throws NPE
116 >     * addAll(null) throws NPE
117       */
118      public void testAddAll1() {
119          try {
# Line 136 | Line 136 | public class AbstractQueueTest extends J
136  
137  
138      /**
139 <     *  addAll of a collection with null elements throws NPE
139 >     * addAll of a collection with null elements throws NPE
140       */
141      public void testAddAll2() {
142          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines