summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-08-08 11:35:01 +0300
committerArtur Signell <artur@vaadin.com>2016-08-08 11:37:29 +0000
commitd394078dd150e64bfd7962b2fa0d912046ce9c8e (patch)
tree83dbac9887dc27e0c526f6458acba0b0f0f9039d /client
parent8f8eced3d7e7ccf06100dbe2fb1f4d0a8ea74efa (diff)
downloadvaadin-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.java5
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();
}