diff options
author | Enver Haase <enver-haase@users.noreply.github.com> | 2016-04-08 18:40:36 +0200 |
---|---|---|
committer | Marko Grönroos <magi@vaadin.com> | 2016-05-02 13:07:45 +0000 |
commit | b39ce3bdf37b1ec9b87e36e0e1d3c65dc170c861 (patch) | |
tree | 2045598650ff4e6097363af2adb178acd3d40906 /documentation/gwt | |
parent | 355914195bb9167374b252929c138fcabdbec509 (diff) | |
download | vaadin-framework-b39ce3bdf37b1ec9b87e36e0e1d3c65dc170c861.tar.gz vaadin-framework-b39ce3bdf37b1ec9b87e36e0e1d3c65dc170c861.zip |
Update gwt-rpc.asciidoc
Change-Id: Iae5e5591d7d3a1ee418bdd90ed156f80e86b24f9
Diffstat (limited to 'documentation/gwt')
-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: |