summaryrefslogtreecommitdiff
path: root/java/demo/Ice/plugin/LoggerPluginFactoryI.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-08-14 10:37:16 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-08-14 10:37:16 -0230
commit13c8da45cf4c892a17bda4f224a832bafd8e1bf4 (patch)
treed251dc62af721096338ac5be0ecbeaa825ce0e9e /java/demo/Ice/plugin/LoggerPluginFactoryI.java
parentMore fixes to the interrupt test. (diff)
downloadice-13c8da45cf4c892a17bda4f224a832bafd8e1bf4.tar.bz2
ice-13c8da45cf4c892a17bda4f224a832bafd8e1bf4.tar.xz
ice-13c8da45cf4c892a17bda4f224a832bafd8e1bf4.zip
- Cleaned up all demos.
- Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts.
Diffstat (limited to 'java/demo/Ice/plugin/LoggerPluginFactoryI.java')
-rw-r--r--java/demo/Ice/plugin/LoggerPluginFactoryI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/demo/Ice/plugin/LoggerPluginFactoryI.java b/java/demo/Ice/plugin/LoggerPluginFactoryI.java
index 5e22eda154e..bc25f1f9806 100644
--- a/java/demo/Ice/plugin/LoggerPluginFactoryI.java
+++ b/java/demo/Ice/plugin/LoggerPluginFactoryI.java
@@ -7,12 +7,12 @@
//
// **********************************************************************
-import Ice.PluginFactory;
-import Ice.LoggerPlugin;
+
public class LoggerPluginFactoryI implements Ice.PluginFactory
{
- public Ice.Plugin
+ @Override
+ public Ice.Plugin
create(Ice.Communicator communicator, String name, String[] args)
{
return new Ice.LoggerPlugin(communicator, new LoggerI());