summaryrefslogtreecommitdiff
path: root/java/test/Ice/invoke/ServantLocatorI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/invoke/ServantLocatorI.java')
-rw-r--r--java/test/Ice/invoke/ServantLocatorI.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/Ice/invoke/ServantLocatorI.java b/java/test/Ice/invoke/ServantLocatorI.java
index 4c2a59e0919..9ed2262b995 100644
--- a/java/test/Ice/invoke/ServantLocatorI.java
+++ b/java/test/Ice/invoke/ServantLocatorI.java
@@ -23,17 +23,20 @@ public class ServantLocatorI implements Ice.ServantLocator
}
}
+ @Override
public Ice.Object
locate(Ice.Current current, Ice.LocalObjectHolder cookie)
{
return _blobject;
}
+ @Override
public void
finished(Ice.Current current, Ice.Object servant, java.lang.Object cookie)
{
}
+ @Override
public void
deactivate(String category)
{