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

/** /**
* Sets the application connection this instance is connected to. Called * Sets the application connection this instance is connected to. Called
* internally by the framework. * internally by the framework.
*
*
* @param connection * @param connection
* the application connection this instance is connected to * the application connection this instance is connected to
*/ */
* *
* If the given string is not wrapped as expected, returns null * If the given string is not wrapped as expected, returns null
* *
* @since
* @since 7.6
* @param jsonWithWrapping * @param jsonWithWrapping
* the JSON received from the server * the JSON received from the server
* @return an unwrapped JSON string or null if the given string was not * @return an unwrapped JSON string or null if the given string was not

Loading…
Cancel
Save