summaryrefslogtreecommitdiff
path: root/java/test/IceSSL/configuration/ServerFactoryI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IceSSL/configuration/ServerFactoryI.java')
-rw-r--r--java/test/IceSSL/configuration/ServerFactoryI.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/IceSSL/configuration/ServerFactoryI.java b/java/test/IceSSL/configuration/ServerFactoryI.java
index ea2a01b5f29..34271e03f89 100644
--- a/java/test/IceSSL/configuration/ServerFactoryI.java
+++ b/java/test/IceSSL/configuration/ServerFactoryI.java
@@ -23,6 +23,7 @@ class ServerFactoryI extends _ServerFactoryDisp
}
}
+ @Override
public ServerPrx
createServer(java.util.Map<String, String> props, Ice.Current current)
{
@@ -44,6 +45,7 @@ class ServerFactoryI extends _ServerFactoryDisp
return ServerPrxHelper.uncheckedCast(obj);
}
+ @Override
public void
destroyServer(ServerPrx srv, Ice.Current current)
{
@@ -56,6 +58,7 @@ class ServerFactoryI extends _ServerFactoryDisp
}
}
+ @Override
public void
shutdown(Ice.Current current)
{