diff options
Diffstat (limited to 'documentation/gwt/gwt-rpc.asciidoc')
-rw-r--r-- | documentation/gwt/gwt-rpc.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-rpc.asciidoc b/documentation/gwt/gwt-rpc.asciidoc index 2eec4b904c..eac486fc3e 100644 --- a/documentation/gwt/gwt-rpc.asciidoc +++ b/documentation/gwt/gwt-rpc.asciidoc @@ -51,7 +51,7 @@ doesn't. === Making a Call Before making a call, you need to instantiate the server RPC object with -[methodname]#RpcProxy.create()#. After that, you can make calls through the +[methodname]#RpcProxy.create()#. This is usually done transparently by using [methodname]#getRpcProxy()#. After that, you can make calls through the server RPC interface that you defined, for example as follows: |