summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
index 4f983612c216..f61eb5457f21 100644
--- a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
+++ b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
@@ -50,6 +50,7 @@ public class _XBridgeFactory extends MultiMethodTest {
/**
* Interrupts the acceptor after test is finished
*/
+ @Override
protected void after() {
acceptorThread.acc.stopAccepting();
if (acceptorThread.isAlive()) {
@@ -86,6 +87,7 @@ public class _XBridgeFactory extends MultiMethodTest {
/**
* Call <code>accept()</code> method.
*/
+ @Override
public void run() {
try {
acceptedCall = acc.accept(connectString);