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/Ice/exceptions/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/Ice/exceptions/ObjectFactoryI.java')
-rw-r--r-- | java/test/Ice/exceptions/ObjectFactoryI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/ObjectFactoryI.java b/java/test/Ice/exceptions/ObjectFactoryI.java index 093970573b3..2acae20db95 100644 --- a/java/test/Ice/exceptions/ObjectFactoryI.java +++ b/java/test/Ice/exceptions/ObjectFactoryI.java @@ -7,7 +7,7 @@ // // ********************************************************************** -public final class ObjectFactoryI extends Ice.LocalObjectImpl implements Ice.ObjectFactory +public final class ObjectFactoryI implements Ice.ObjectFactory { public Ice.Object create(String s) { |