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

Comparing jsr166/src/test/loops/DequeBash.java (file contents):
Revision 1.6 by jsr166, Mon Sep 13 08:01:18 2010 UTC vs.
Revision 1.8 by jsr166, Thu Apr 14 23:16:10 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Josh Bloch of Google Inc. and released to the public domain,
3 < * as explained at http://creativecommons.org/licenses/publicdomain.
3 > * as explained at http://creativecommons.org/publicdomain/zero/1.0/.
4   */
5  
6   import java.util.*;
# Line 81 | Line 81 | public class DequeBash {
81              if ((i & 8191) == 0)
82                  testRemove(deque);
83  
84 <         }
84 >        }
85  
86          // Stupid tests for clear, toString
87          deque.clear();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines