summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/complex/tdoc/_XComponent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/qa/complex/tdoc/_XComponent.java b/ucb/qa/complex/tdoc/_XComponent.java
index b51f3dadbc5c..50f5747bbc7f 100644
--- a/ucb/qa/complex/tdoc/_XComponent.java
+++ b/ucb/qa/complex/tdoc/_XComponent.java
@@ -52,7 +52,7 @@ public class _XComponent {
Loutput[0] = Thread.currentThread() + " is DISPOSING EV1" + this;
listenerDisposed[0] = true;
}
- };
+ }
/**
* Listener which added and then removed, and its method must <b>not</b>
@@ -63,7 +63,7 @@ public class _XComponent {
Loutput[0] = Thread.currentThread() + " is DISPOSING EV2" + this;
listenerDisposed[1] = true;
}
- };
+ }
XEventListener listener1 = new MyEventListener();
XEventListener listener2 = new MyEventListener2();