diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-08 11:35:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-08 11:37:29 +0000 |
commit | d394078dd150e64bfd7962b2fa0d912046ce9c8e (patch) | |
tree | 83dbac9887dc27e0c526f6458acba0b0f0f9039d /client | |
parent | 8f8eced3d7e7ccf06100dbe2fb1f4d0a8ea74efa (diff) | |
download | vaadin-framework-d394078dd150e64bfd7962b2fa0d912046ce9c8e.tar.gz vaadin-framework-d394078dd150e64bfd7962b2fa0d912046ce9c8e.zip |
Clean javadoc/comments in ComboBoxConnector
Change-Id: I795852bb1269867a0ecfb2bf7f4d97ce697f3eb6
Diffstat (limited to 'client')
-rw-r--r-- | client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java b/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java index a5edf00812..269e7165ab 100644 --- a/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java +++ b/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java @@ -368,12 +368,9 @@ public class ComboBoxConnector extends AbstractFieldConnector implements } /* - * Anything that should be set after the client updates the server. + * Called after any request to server. */ private void afterSendRequestToServer() { - // We need this here to be consistent with the all the calls. - // Then set your specific selection type only after - // a server request method call. getDataReceivedHandler().anyRequestSentToServer(); } |