summaryrefslogtreecommitdiff
path: root/java/test/Ice/interceptor/InterceptorI.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-03-24 12:31:31 -0230
committerMatthew Newhook <matthew@zeroc.com>2009-03-24 12:31:31 -0230
commit4cc5d77c383b6c91c3af9fe44df9687bb9b15580 (patch)
tree64ce3d6cf35b15497de50f298f7225a8c72f64b6 /java/test/Ice/interceptor/InterceptorI.java
parentMerge commit 'origin/R3_3_branch' (diff)
downloadice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.tar.bz2
ice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.tar.xz
ice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.zip
Merged android-testsuite branch.
Diffstat (limited to 'java/test/Ice/interceptor/InterceptorI.java')
-rw-r--r--java/test/Ice/interceptor/InterceptorI.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/test/Ice/interceptor/InterceptorI.java b/java/test/Ice/interceptor/InterceptorI.java
index 4485c176f41..da337a5af21 100644
--- a/java/test/Ice/interceptor/InterceptorI.java
+++ b/java/test/Ice/interceptor/InterceptorI.java
@@ -7,6 +7,10 @@
//
// **********************************************************************
+package test.Ice.interceptor;
+
+import test.Ice.interceptor.Test.RetryException;
+
class InterceptorI extends Ice.DispatchInterceptor
{
InterceptorI(Ice.Object servant)
@@ -39,7 +43,7 @@ class InterceptorI extends Ice.DispatchInterceptor
_servant.ice_dispatch(request, null);
test(false);
}
- catch(Test.RetryException re)
+ catch(RetryException re)
{
//
// Expected, retry