From 2366eebce06ac3a4be4836f75adf0fb3a6936656 Mon Sep 17 00:00:00 2001 From: Mika Murtojarvi Date: Tue, 8 Sep 2015 16:03:39 +0300 Subject: Add missing @since 7.6 Change-Id: I4f40737f69081bbda997e87b2448dee89dbc25d5 --- client/src/com/vaadin/client/communication/MessageHandler.java | 4 ++-- 1 file 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 -- cgit v1.2.3