diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-16 19:15:22 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-16 19:15:22 +0000 |
commit | 2964bd19b8ced0fe8ab9a7cf48b0301569fcd9e2 (patch) | |
tree | 3c13f63d378b6558cbc7f0613d4f81bfe7e7b3d9 /java/test/Ice/interceptor/InterceptorI.java | |
parent | New Dispatch Interceptor (see bug #2126) (diff) | |
download | ice-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.java | 4 |
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 +} |