diff options
Diffstat (limited to 'java/test/Ice/exceptions/EmptyI.java')
-rw-r--r-- | java/test/Ice/exceptions/EmptyI.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/EmptyI.java b/java/test/Ice/exceptions/EmptyI.java index 9b218e6e3a6..6abea695426 100644 --- a/java/test/Ice/exceptions/EmptyI.java +++ b/java/test/Ice/exceptions/EmptyI.java @@ -7,7 +7,10 @@ // // ********************************************************************** -import Test.*; +package test.Ice.exceptions; + +import test.Ice.exceptions.Test._EmptyDisp; + public final class EmptyI extends _EmptyDisp { |