summaryrefslogtreecommitdiff
path: root/java/test/Ice/dispatcher/TestControllerI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/dispatcher/TestControllerI.java')
-rw-r--r--java/test/Ice/dispatcher/TestControllerI.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/dispatcher/TestControllerI.java b/java/test/Ice/dispatcher/TestControllerI.java
index 03b0ae23424..cd24a7982b3 100644
--- a/java/test/Ice/dispatcher/TestControllerI.java
+++ b/java/test/Ice/dispatcher/TestControllerI.java
@@ -13,12 +13,14 @@ import test.Ice.dispatcher.Test._TestIntfControllerDisp;
class TestControllerI extends _TestIntfControllerDisp
{
+ @Override
public void
holdAdapter(Ice.Current current)
{
_adapter.hold();
}
+ @Override
public void
resumeAdapter(Ice.Current current)
{