diff options
Diffstat (limited to 'java/test/Freeze/complex/Complex/ObjectFactoryI.java')
-rw-r--r-- | java/test/Freeze/complex/Complex/ObjectFactoryI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Freeze/complex/Complex/ObjectFactoryI.java b/java/test/Freeze/complex/Complex/ObjectFactoryI.java index fc85b556168..515729a3b2e 100644 --- a/java/test/Freeze/complex/Complex/ObjectFactoryI.java +++ b/java/test/Freeze/complex/Complex/ObjectFactoryI.java @@ -10,7 +10,7 @@ package Complex; -public class ObjectFactoryI implements Ice.ObjectFactory +public class ObjectFactoryI extends Ice.LocalObjectImpl implements Ice.ObjectFactory { public Ice.Object create(String type) |