summaryrefslogtreecommitdiff
path: root/java/demo/Ice/plugin/HelloPluginI.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/HelloPluginI.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/HelloPluginI.java')
-rw-r--r--java/demo/Ice/plugin/HelloPluginI.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/demo/Ice/plugin/HelloPluginI.java b/java/demo/Ice/plugin/HelloPluginI.java
index f5c92687202..a4aa88ae4d7 100644
--- a/java/demo/Ice/plugin/HelloPluginI.java
+++ b/java/demo/Ice/plugin/HelloPluginI.java
@@ -7,7 +7,7 @@
//
// **********************************************************************
-import Demo.*;
+
public class HelloPluginI implements Ice.Plugin
{
@@ -17,6 +17,7 @@ public class HelloPluginI implements Ice.Plugin
_communicator = communicator;
}
+ @Override
public void
initialize()
{
@@ -25,6 +26,7 @@ public class HelloPluginI implements Ice.Plugin
adapter.activate();
}
+ @Override
public void
destroy()
{