diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/fundamentals.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/fundamentals.jd b/docs/html/guide/topics/fundamentals.jd index 807c7ff..fd9af50 100644 --- a/docs/html/guide/topics/fundamentals.jd +++ b/docs/html/guide/topics/fundamentals.jd @@ -990,8 +990,8 @@ the RPC interface itself. </p> <p> -An RPC interface can include only methods. -All methods are executed synchronously (the local method blocks until the +An RPC interface can include only methods. By default, +all methods are executed synchronously (the local method blocks until the remote method finishes), even if there is no return value. </p> |