summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2016-04-15 10:58:58 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-15 11:56:23 +0000
commit23dac22b45c6f7d5ad534450e32a24cdb21d5ed1 (patch)
treec990690f0cf285900efaa430663356d5e458cac0 /client
parentf55691ea87efa446da94bbe313afae9835619f87 (diff)
downloadvaadin-framework-23dac22b45c6f7d5ad534450e32a24cdb21d5ed1.tar.gz
vaadin-framework-23dac22b45c6f7d5ad534450e32a24cdb21d5ed1.zip
Change @since from 7.6.5 to 7.7 - new API is not released in maintenance release
Change-Id: Ia8cec8bb9d4bd89d8f0609df19dedcc10ab46bdd
Diffstat (limited to 'client')
-rw-r--r--client/tests/src/com/vaadin/client/communication/ServerMessageHandlerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tests/src/com/vaadin/client/communication/ServerMessageHandlerTest.java b/client/tests/src/com/vaadin/client/communication/ServerMessageHandlerTest.java
index a87542e782..7b0d886c39 100644
--- a/client/tests/src/com/vaadin/client/communication/ServerMessageHandlerTest.java
+++ b/client/tests/src/com/vaadin/client/communication/ServerMessageHandlerTest.java
@@ -20,7 +20,7 @@ import org.junit.Test;
/**
*
- * @since 7.6.5
+ * @since 7.7
* @author Vaadin Ltd
*/
public class ServerMessageHandlerTest {