diff options
author | Michi Henning <michi@zeroc.com> | 2007-12-28 16:00:57 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-12-28 16:00:57 +1000 |
commit | b604f7b867c2214f71df217e982282ac6883a0e5 (patch) | |
tree | 66e80bd564accc05ab1a1d18f5aef897f3cc235c /java/test/Freeze/complex/Complex/ObjectFactoryI.java | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-b604f7b867c2214f71df217e982282ac6883a0e5.tar.bz2 ice-b604f7b867c2214f71df217e982282ac6883a0e5.tar.xz ice-b604f7b867c2214f71df217e982282ac6883a0e5.zip |
Removed remnants of LocalObjectImpl (Bug 2157).
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 32fe08f7c9b..981f4be5079 100644 --- a/java/test/Freeze/complex/Complex/ObjectFactoryI.java +++ b/java/test/Freeze/complex/Complex/ObjectFactoryI.java @@ -9,7 +9,7 @@ package Complex; -public class ObjectFactoryI extends Ice.LocalObjectImpl implements Ice.ObjectFactory +public class ObjectFactoryI implements Ice.ObjectFactory { public Ice.Object create(String type) |