diff options
Diffstat (limited to 'java/test/Ice/exceptions/ObjectFactoryI.java')
-rw-r--r-- | java/test/Ice/exceptions/ObjectFactoryI.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/ObjectFactoryI.java b/java/test/Ice/exceptions/ObjectFactoryI.java index 6fc0b0b3737..568678e6b15 100644 --- a/java/test/Ice/exceptions/ObjectFactoryI.java +++ b/java/test/Ice/exceptions/ObjectFactoryI.java @@ -7,6 +7,9 @@ // // ********************************************************************** +package test.Ice.exceptions; + + public final class ObjectFactoryI implements Ice.ObjectFactory { public Ice.Object create(String s) |