summaryrefslogtreecommitdiff
path: root/java/test/Ice/interceptor/InterceptorI.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-05-16 19:15:22 +0000
committerBernard Normier <bernard@zeroc.com>2007-05-16 19:15:22 +0000
commit2964bd19b8ced0fe8ab9a7cf48b0301569fcd9e2 (patch)
tree3c13f63d378b6558cbc7f0613d4f81bfe7e7b3d9 /java/test/Ice/interceptor/InterceptorI.java
parentNew Dispatch Interceptor (see bug #2126) (diff)
downloadice-2964bd19b8ced0fe8ab9a7cf48b0301569fcd9e2.tar.bz2
ice-2964bd19b8ced0fe8ab9a7cf48b0301569fcd9e2.tar.xz
ice-2964bd19b8ced0fe8ab9a7cf48b0301569fcd9e2.zip
Small updates for consistency with C++
Diffstat (limited to 'java/test/Ice/interceptor/InterceptorI.java')
-rw-r--r--java/test/Ice/interceptor/InterceptorI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/interceptor/InterceptorI.java b/java/test/Ice/interceptor/InterceptorI.java
index 5f16891715f..a323ade0e2c 100644
--- a/java/test/Ice/interceptor/InterceptorI.java
+++ b/java/test/Ice/interceptor/InterceptorI.java
@@ -47,7 +47,7 @@ class InterceptorI extends Ice.DispatchInterceptor
}
}
- request.getCurrent().ctx.put("retry", "no");
+ current.ctx.put("retry", "no");
}
_lastStatus = _servant.ice_dispatch(request, null);
@@ -76,4 +76,4 @@ class InterceptorI extends Ice.DispatchInterceptor
protected final Ice.Object _servant;
protected String _lastOperation;
protected IceInternal.DispatchStatus _lastStatus;
-} \ No newline at end of file
+}