summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
diff options
context:
space:
mode:
authorAleksi Hietanen <aleksi@vaadin.com>2016-06-22 13:30:25 +0300
committerIlia Motornyi <elmot@vaadin.com>2016-06-23 14:20:03 +0000
commit254aa330b8400235d3c1a9aebf1c3c2cc097c9d9 (patch)
tree7613d8c70b45a46ab2fa59283078143f5fcf7fd1 /server/src/com/vaadin
parent2d404f6c7ca607bc3eeed86aa6dc05ffabd86ebf (diff)
downloadvaadin-framework-7.6.7.tar.gz
vaadin-framework-7.6.7.zip
Add missing @since, remove empty @since annotations from tests7.6.7
Change-Id: I47ccc3bdffa5b6c9ea12dae2f21dd4578f483bc0
Diffstat (limited to 'server/src/com/vaadin')
-rw-r--r--server/src/com/vaadin/navigator/Navigator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/navigator/Navigator.java b/server/src/com/vaadin/navigator/Navigator.java
index 390e252906..f67f520d7d 100644
--- a/server/src/com/vaadin/navigator/Navigator.java
+++ b/server/src/com/vaadin/navigator/Navigator.java
@@ -1013,7 +1013,7 @@ public class Navigator implements Serializable {
* Creates view change event for given {@code view}, {@code viewName} and
* {@code parameters}.
*
- * @since
+ * @since 7.6.7
* @return view change event
*/
public void destroy() {