ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collections/CheckedListBash.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collections/CheckedListBash.java (file contents):
Revision 1.4 by jsr166, Sun Sep 5 21:32:19 2010 UTC vs.
Revision 1.5 by jsr166, Mon Dec 5 04:08:46 2011 UTC

# Line 201 | Line 201 | public class CheckedListBash {
201      }
202  
203      static List newList() {
204 <        List s =  Collections.checkedList(new ArrayList(), Integer.class);
204 >        List s = Collections.checkedList(new ArrayList(), Integer.class);
205          if (!s.isEmpty())
206              fail("New instance non empty.");
207          return s;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines