summaryrefslogtreecommitdiff
path: root/java/src/Ice/ThreadHookPlugin.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-08-07 14:05:44 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-08-07 14:05:44 -0230
commite3a672a438635a1173388aea9d7a2d44de358945 (patch)
tree57113ece1dd013c9687468a8dd7cc62c80136b86 /java/src/Ice/ThreadHookPlugin.java
parentICE-5457 added ability to set source address for connections (diff)
downloadice-e3a672a438635a1173388aea9d7a2d44de358945.tar.bz2
ice-e3a672a438635a1173388aea9d7a2d44de358945.tar.xz
ice-e3a672a438635a1173388aea9d7a2d44de358945.zip
Add @Override where possible, and remove trailing white space.
Diffstat (limited to 'java/src/Ice/ThreadHookPlugin.java')
-rw-r--r--java/src/Ice/ThreadHookPlugin.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/src/Ice/ThreadHookPlugin.java b/java/src/Ice/ThreadHookPlugin.java
index 85f8aa10462..d50ca5e7440 100644
--- a/java/src/Ice/ThreadHookPlugin.java
+++ b/java/src/Ice/ThreadHookPlugin.java
@@ -26,7 +26,7 @@ public class ThreadHookPlugin implements Ice.Plugin
* @param communicator The communicator using the thread notification hook.
* @param threadHook The thread notification hook for the communicator.
**/
- public
+ public
ThreadHookPlugin(Communicator communicator, ThreadNotification threadHook)
{
if(communicator == null)
@@ -45,7 +45,8 @@ public class ThreadHookPlugin implements Ice.Plugin
* can override this method to perform any initialization that might be required
* by a custom thread notification hook.
**/
- public void
+ @Override
+ public void
initialize()
{
}
@@ -55,6 +56,7 @@ public class ThreadHookPlugin implements Ice.Plugin
* can override this method to perform any finalization that might be required
* by a custom thread notification hook.
**/
+ @Override
public void
destroy()
{