From b39ce3bdf37b1ec9b87e36e0e1d3c65dc170c861 Mon Sep 17 00:00:00 2001 From: Enver Haase Date: Fri, 8 Apr 2016 18:40:36 +0200 Subject: Update gwt-rpc.asciidoc Change-Id: Iae5e5591d7d3a1ee418bdd90ed156f80e86b24f9 --- documentation/gwt/gwt-rpc.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/gwt/gwt-rpc.asciidoc') 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: -- cgit v1.2.3