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

Comparing jsr166/src/test/jtreg/util/LinkedList/ComodifiedRemove.java (file contents):
Revision 1.3 by jsr166, Sun Sep 5 21:32:20 2010 UTC vs.
Revision 1.4 by jsr166, Sat Oct 16 16:00:28 2010 UTC

# Line 44 | Line 44 | public class ComodifiedRemove {
44          Object o2 = new Integer(2);
45          list.add(o2);
46  
47 <        try{
47 >        try {
48              e.remove();
49          } catch (ConcurrentModificationException cme) {
50              return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines