summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/ObjectFactoryI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/exceptions/ObjectFactoryI.java')
-rw-r--r--java/test/Ice/exceptions/ObjectFactoryI.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/ObjectFactoryI.java b/java/test/Ice/exceptions/ObjectFactoryI.java
index 97778fd29dd..87dd29b637b 100644
--- a/java/test/Ice/exceptions/ObjectFactoryI.java
+++ b/java/test/Ice/exceptions/ObjectFactoryI.java
@@ -12,11 +12,13 @@ package test.Ice.exceptions;
public final class ObjectFactoryI implements Ice.ObjectFactory
{
+ @Override
public Ice.Object create(String s)
{
return null;
}
+ @Override
public void destroy()
{
}