summaryrefslogtreecommitdiff
path: root/java/test/Freeze/complex/Complex/ObjectFactoryI.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-09-06 21:33:06 +0000
committerMark Spruiell <mes@zeroc.com>2002-09-06 21:33:06 +0000
commit24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0 (patch)
tree52ea2cc99a918aa5a769de795994ec3f10a894f0 /java/test/Freeze/complex/Complex/ObjectFactoryI.java
parentfix (diff)
downloadice-24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0.tar.bz2
ice-24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0.tar.xz
ice-24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0.zip
Ice.Object and Ice.LocalObject are now interfaces
Diffstat (limited to 'java/test/Freeze/complex/Complex/ObjectFactoryI.java')
-rw-r--r--java/test/Freeze/complex/Complex/ObjectFactoryI.java2
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)