]> source.dussan.org Git - vaadin-framework.git/commitdiff
Complete the empty since tag (#11371) 8.7.0.alpha1
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Thu, 13 Dec 2018 09:29:31 +0000 (11:29 +0200)
committerOlli Tietäväinen <ollit@vaadin.com>
Thu, 13 Dec 2018 09:29:31 +0000 (11:29 +0200)
* Complete the empty since tag

client/src/main/java/com/vaadin/client/ui/VAbstractCalendarPanel.java
client/src/main/java/com/vaadin/client/ui/VNativeSelect.java
client/src/main/java/com/vaadin/client/widget/escalator/RowContainer.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/RowContainer.java
server/src/main/java/com/vaadin/event/FocusShortcut.java
server/src/main/java/com/vaadin/server/ErrorHandlingRunnable.java
server/src/main/java/com/vaadin/server/KeyMapper.java

index 655f18669c847749a04ea21fe9c0c53cec0ae922..7a534de724e01f223627edbfcf207d1cafc8c205 100644 (file)
@@ -941,7 +941,7 @@ public abstract class VAbstractCalendarPanel<R extends Enum<R>>
     /**
      * Returns the value of initialRenderDone
      *
-     * @since
+     * @since 8.7
      */
     public boolean isInitialRenderDone() {
         return initialRenderDone;
index f92aa05e4262e59c3684a689b16d853de5bdf93f..fe47c3639a34be0d68cd5c33bf0cae3360cfa73f 100644 (file)
@@ -140,7 +140,7 @@ public class VNativeSelect extends FocusableFlowPanelComposite {
     /**
      * Returns true if empty selection is allowed.
      *
-     * @since
+     * @since 8.7
      * @return empty selection is allowed
      */
     public boolean isEmptySelectionAllowed() {
@@ -150,7 +150,7 @@ public class VNativeSelect extends FocusableFlowPanelComposite {
     /**
      * Sets true if empty selection is allowed.
      *
-     * @since
+     * @since 8.7
      * @param emptySelectionAllowed
      */
     public void setEmptySelectionAllowed(boolean emptySelectionAllowed) {
index 7ef6ff6bbfc82d19170c6e362eb5273b7397ad8f..577b2c0877fe8abf071ed27767b4e1065da7c695 100644 (file)
@@ -238,7 +238,7 @@ public interface RowContainer {
     /**
      * For internal use only. May be removed or replaced in the future.
      *
-     * @since
+     * @since 8.7
      * @return {@code true} if row height calculations have been scheduled
      */
     public boolean isAutodetectingRowHeightLater();
index c9c5dfb903d27718163a2ae1640e360554e8385d..dc83a07e5cad11e4e60eba4648668ad7473d3c65 100644 (file)
@@ -230,7 +230,7 @@ public interface RowContainer {
      * Any extra content, such as spacers for the body, should not be included
      * in this count.
      *
-     * @since
+     * @since 8.7
      *
      * @return the actual DOM count of rows
      */
index 84a994f47d927a630eb460ea702fa1f89ee3ed95..1a81bd99c32892fd39f92572f92b8508de6e628c 100644 (file)
@@ -23,7 +23,7 @@ import com.vaadin.ui.Component.Focusable;
  * invoked.
  *
  * @author Vaadin Ltd
- * @since
+ * @since 8.7
  */
 public class FocusShortcut extends ShortcutListener {
     protected Focusable focusable;
index f35e5eca5bb3c91547e3931d6e36e15f90a13fd5..28299b177bfaf7482eb6de871e0404e028ef92b9 100644 (file)
@@ -46,7 +46,7 @@ public interface ErrorHandlingRunnable extends Runnable, Serializable {
      * returned. If the runnable does not extend {@link ErrorHandlingRunnable},
      * then the original exception is returned.
      *
-     * @since
+     * @since 8.7
      * @param runnable
      *            the runnable for which the exception should be processed, not
      *            <code>null</code>
index cb43bfdaa59143f56f163dd82e210c37c8830a31..2afd1af33c3a2649678e5f8f8d2ea65ce9a34f7d 100644 (file)
@@ -155,7 +155,7 @@ public class KeyMapper<V> implements DataKeyMapper<V> {
      *
      * @param objects
      *            new objects set needs to be merged.
-     * @since
+     * @since 8.7
      */
     public void merge(Set<V> objects) {
         final Set<String> keys = new HashSet<>(keyObjectMap.size());