summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-05-17 12:56:02 +0300
committerPekka Hyvönen <pekka@vaadin.com>2017-05-17 12:56:02 +0300
commit6297a81c52107b8737fafe06a5ad472df9f3d567 (patch)
treeaeb9cd73dcd369a07923e726bb89514e2eab3f7e /server
parentac47c7a97f7fb653eb5125a697f33a5d7c5d604d (diff)
downloadvaadin-framework-6297a81c52107b8737fafe06a5ad472df9f3d567.tar.gz
vaadin-framework-6297a81c52107b8737fafe06a5ad472df9f3d567.zip
Add since tags for 8.1 (#9343)
* Add since tags for 8.1 Note that ConnectorTracker changes will probably be backported to 7.7 in #9331.
Diffstat (limited to 'server')
-rw-r--r--server/src/main/java/com/vaadin/ui/ConnectorTracker.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/ui/ConnectorTracker.java b/server/src/main/java/com/vaadin/ui/ConnectorTracker.java
index a4476ce9d8..e1fb1130c8 100644
--- a/server/src/main/java/com/vaadin/ui/ConnectorTracker.java
+++ b/server/src/main/java/com/vaadin/ui/ConnectorTracker.java
@@ -280,7 +280,7 @@ public class ConnectorTracker implements Serializable {
* <p>
* This should only be called by the framework.
*
- * @since
+ * @since 8.1
*/
public void ensureCleanedAndConsistent() {
// Do this expensive check only with assertions enabled
@@ -449,7 +449,7 @@ public class ConnectorTracker implements Serializable {
*
* @return <code>true</code> if the hierarchy is consistent,
* <code>false</code> otherwise
- * @since
+ * @since 8.1
*/
private boolean isHierarchyComplete() {
boolean noErrors = true;