From 24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Fri, 6 Sep 2002 21:33:06 +0000 Subject: Ice.Object and Ice.LocalObject are now interfaces --- java/test/Freeze/complex/Complex/ObjectFactoryI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/test/Freeze/complex/Complex/ObjectFactoryI.java') 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) -- cgit v1.2.3