summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-10-27 12:44:50 +0200
committerHenri Sara <hesara@vaadin.com>2015-10-27 12:44:50 +0200
commit521663c216bd979d5fd2e2734f1c70b64e8a72d4 (patch)
treec34511336ed1bf904ae005d7074513f1b08cae9c /server
parentf5e2275e70a42817c4786657c385f8213ec365ee (diff)
downloadvaadin-framework-521663c216bd979d5fd2e2734f1c70b64e8a72d4.tar.gz
vaadin-framework-521663c216bd979d5fd2e2734f1c70b64e8a72d4.zip
Update @since tags for 7.6
Change-Id: Ic0a9b69c535ec51ae29472844506efb61ec5f0a7
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/navigator/Navigator.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/src/com/vaadin/navigator/Navigator.java b/server/src/com/vaadin/navigator/Navigator.java
index b9f270c0d8..fa587a2eaa 100644
--- a/server/src/com/vaadin/navigator/Navigator.java
+++ b/server/src/com/vaadin/navigator/Navigator.java
@@ -472,6 +472,8 @@ public class Navigator implements Serializable {
* Creates a navigator. This method is for use by dependency injection
* frameworks etc. and must be followed by a call to
* {@link #init(UI, NavigationStateManager, ViewDisplay)} before use.
+ *
+ * @since 7.6
*/
protected Navigator() {
}
@@ -488,6 +490,7 @@ public class Navigator implements Serializable {
* be explicitly called to ensure the current view matches the navigation
* state.
*
+ * @since 7.6
* @param ui
* The UI to which this Navigator is attached.
* @param stateManager
@@ -754,6 +757,7 @@ public class Navigator implements Serializable {
/**
* Return the currently active view.
*
+ * @since 7.6
* @return current view
*/
public View getCurrentView() {