Browse Source

Add missing @since 7.6

Change-Id: I4f40737f69081bbda997e87b2448dee89dbc25d5
tags/7.6.0.alpha5
Mika Murtojarvi 8 years ago
parent
commit
2366eebce0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      client/src/com/vaadin/client/communication/MessageHandler.java

+ 2
- 2
client/src/com/vaadin/client/communication/MessageHandler.java View File

@@ -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

Loading…
Cancel
Save