summaryrefslogtreecommitdiff
path: root/java/src/IceDiscovery/PluginFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceDiscovery/PluginFactory.java')
-rw-r--r--java/src/IceDiscovery/PluginFactory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceDiscovery/PluginFactory.java b/java/src/IceDiscovery/PluginFactory.java
index e400e885d7b..2efeaf3a831 100644
--- a/java/src/IceDiscovery/PluginFactory.java
+++ b/java/src/IceDiscovery/PluginFactory.java
@@ -11,6 +11,7 @@ package IceDiscovery;
public class PluginFactory implements Ice.PluginFactory
{
+ @Override
public Ice.Plugin
create(Ice.Communicator communicator, String name, String[] args)
{