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

Comparing jsr166/src/test/tck/AtomicBooleanTest.java (file contents):
Revision 1.11 by jsr166, Mon Nov 16 04:57:10 2009 UTC vs.
Revision 1.12 by jsr166, Mon Nov 16 05:30:07 2009 UTC

# Line 138 | Line 138 | public class AtomicBooleanTest extends J
138              ObjectInputStream in = new ObjectInputStream(new BufferedInputStream(bin));
139              AtomicBoolean r = (AtomicBoolean) in.readObject();
140              assertEquals(l.get(), r.get());
141 <        } catch (Exception e){
141 >        } catch (Exception e) {
142              e.printStackTrace();
143              unexpectedException();
144          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines