]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add since tags for 8.1 (#9343)
authorHenri Sara <henri.sara@gmail.com>
Wed, 17 May 2017 09:56:02 +0000 (12:56 +0300)
committerPekka Hyvönen <pekka@vaadin.com>
Wed, 17 May 2017 09:56:02 +0000 (12:56 +0300)
* Add since tags for 8.1

Note that ConnectorTracker changes will probably be backported to 7.7
in #9331.

server/src/main/java/com/vaadin/ui/ConnectorTracker.java
shared/src/main/java/com/vaadin/shared/ui/ui/PageClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/UIState.java

index a4476ce9d8063709d411cf2868edbe6bb15906a2..e1fb1130c87f6de1702cad6d0a93bdd25a92aa49 100644 (file)
@@ -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;
index 15419831e565f4e9b49d0f278e58775b7d887499..0521c242f1dcf0f0853a14932eca66870d019eeb 100644 (file)
@@ -33,6 +33,8 @@ public interface PageClientRpc extends ClientRpc {
 
     /**
      * Initialize Mobile HTML5 Drag and Drop Polyfill.
+     *
+     * @since 8.1
      */
     public void initializeMobileHtml5DndPolyfill();
 }
index b1d6be2defc92345f4cb87840251d4dafbf07e48..a86d79da05f3366ed83a02ba61f19e5ac098d35c 100644 (file)
@@ -88,6 +88,8 @@ public class UIState extends AbstractSingleComponentContainerState {
 
     /**
      * Enable Mobile HTML5 DnD support.
+     *
+     * @since 8.1
      */
     public boolean enableMobileHTML5DnD = false;