diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2015-09-08 16:03:39 +0300 |
---|---|---|
committer | Mika Murtojarvi <mika@vaadin.com> | 2015-09-08 16:03:39 +0300 |
commit | 2366eebce06ac3a4be4836f75adf0fb3a6936656 (patch) | |
tree | 88f95d5f083f72684d99011831ce826cf094f7e0 /client | |
parent | ac5f6662fdb846998f4694c73a955f151f84a7d5 (diff) | |
download | vaadin-framework-2366eebce06ac3a4be4836f75adf0fb3a6936656.tar.gz vaadin-framework-2366eebce06ac3a4be4836f75adf0fb3a6936656.zip |
Add missing @since 7.6
Change-Id: I4f40737f69081bbda997e87b2448dee89dbc25d5
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/communication/MessageHandler.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/com/vaadin/client/communication/MessageHandler.java b/client/src/com/vaadin/client/communication/MessageHandler.java index c5b2251310..fb66cbfa5b 100644 --- a/client/src/com/vaadin/client/communication/MessageHandler.java +++ b/client/src/com/vaadin/client/communication/MessageHandler.java @@ -207,7 +207,7 @@ public class MessageHandler { /** * Sets the application connection this instance is connected to. Called * internally by the framework. - * + * * @param connection * the application connection this instance is connected to */ @@ -1683,7 +1683,7 @@ public class MessageHandler { * * If the given string is not wrapped as expected, returns null * - * @since + * @since 7.6 * @param jsonWithWrapping * the JSON received from the server * @return an unwrapped JSON string or null if the given string was not |