diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-05-21 20:14:31 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-05-21 20:14:31 -0700 |
commit | 635675554183157d852c79054c03cb78f8411dfa (patch) | |
tree | da5e560d283155d3af8d32a7882da58b4b573531 /java/src/Ice/Object.java | |
parent | bug 4733 - fixing bugs in AMD exceptions (diff) | |
download | ice-635675554183157d852c79054c03cb78f8411dfa.tar.bz2 ice-635675554183157d852c79054c03cb78f8411dfa.tar.xz ice-635675554183157d852c79054c03cb78f8411dfa.zip |
bug 4623 - missing doc comments
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. * |