diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-08-08 16:09:22 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-08-08 16:09:22 -0230 |
commit | 36b0fecf6baca78f86ac16d236ef917d4fb0faff (patch) | |
tree | a979f4e822ff1a1a50475a45d4f228aff1353de2 /java/src/IceSSL/PluginFactory.java | |
parent | ICE-5596 add Ice.Default.Timeout property (diff) | |
download | ice-36b0fecf6baca78f86ac16d236ef917d4fb0faff.tar.bz2 ice-36b0fecf6baca78f86ac16d236ef917d4fb0faff.tar.xz ice-36b0fecf6baca78f86ac16d236ef917d4fb0faff.zip |
Fixed lots of warnings.
Diffstat (limited to 'java/src/IceSSL/PluginFactory.java')
-rw-r--r-- | java/src/IceSSL/PluginFactory.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceSSL/PluginFactory.java b/java/src/IceSSL/PluginFactory.java index 1a756ec4f9a..5fb43644b03 100644 --- a/java/src/IceSSL/PluginFactory.java +++ b/java/src/IceSSL/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) { |