summaryrefslogtreecommitdiff
path: root/java/src/IceWS/PluginFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceWS/PluginFactory.java')
-rw-r--r--java/src/IceWS/PluginFactory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceWS/PluginFactory.java b/java/src/IceWS/PluginFactory.java
index 919d822a346..b5bbe9776fc 100644
--- a/java/src/IceWS/PluginFactory.java
+++ b/java/src/IceWS/PluginFactory.java
@@ -25,6 +25,7 @@ public class PluginFactory implements Ice.PluginFactory
* that a general error occurred. Alternatively, <code>create</code> can throw
* {@link PluginInitializationException} to provide more detailed information.
**/
+ @Override
public Ice.Plugin create(Ice.Communicator communicator, String name, String[] args)
{
return new PluginI(communicator);