diff options
Diffstat (limited to 'java/src/Ice/Object.java')
-rw-r--r-- | java/src/Ice/Object.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java index 93382312fe2..054da15ed61 100644 --- a/java/src/Ice/Object.java +++ b/java/src/Ice/Object.java @@ -136,7 +136,7 @@ public interface Object * to a servant (or to another interceptor). * * @param request The details of the invocation. - * @param cb The callback object for asynchchronous dispatch. For synchronous dispatch, the callback object + * @param cb The callback object for asynchronous dispatch. For synchronous dispatch, the callback object * must be <code>null</code>. * @return The dispatch status for the operation. * |