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

Comparing jsr166/src/test/jtreg/util/Vector/SyncLastIndexOf.java (file contents):
Revision 1.2 by jsr166, Sun Sep 5 21:32:20 2010 UTC vs.
Revision 1.3 by jsr166, Thu Sep 16 03:57:13 2010 UTC

# Line 36 | Line 36 | public class SyncLastIndexOf {
36      static class RemovingThread extends Thread {
37  
38          public void run() {
39 <           synchronized(v) {
39 >           synchronized (v) {
40                  try {
41                  sleep(200);
42                  } catch (InterruptedException e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines