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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.63 by jsr166, Mon Oct 11 08:30:01 2010 UTC vs.
Revision 1.64 by jsr166, Fri Oct 15 22:30:07 2010 UTC

# Line 746 | Line 746 | public class JSR166TestCase extends Test
746  
747      public Callable<String> latchAwaitingStringTask(final CountDownLatch latch) {
748          return new CheckedCallable<String>() {
749 <            public String realCall() {
749 >            protected String realCall() {
750                  try {
751                      latch.await();
752                  } catch (InterruptedException quittingTime) {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines