diff options
Diffstat (limited to 'java/test/Ice/exceptions/ThrowerI.java')
-rw-r--r-- | java/test/Ice/exceptions/ThrowerI.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index 4006e6a215f..47684ce5c86 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.java @@ -7,6 +7,8 @@ // // ********************************************************************** +import Test.*; + public final class ThrowerI extends _ThrowerDisp { public |