diff options
author | Henri Sara <hesara@vaadin.com> | 2016-05-06 13:47:26 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-05-06 13:47:26 +0300 |
commit | bac444d87723ba9ace0147038fc2f7bd122dbc68 (patch) | |
tree | bc32abd7f15f960fe5cd9a1582b56b0cf7562f6f /client/src | |
parent | 2e6c40a37473294af6d8b1a201ac9e72e78d6b83 (diff) | |
download | vaadin-framework-bac444d87723ba9ace0147038fc2f7bd122dbc68.tar.gz vaadin-framework-bac444d87723ba9ace0147038fc2f7bd122dbc68.zip |
Update @since for 7.6.6
Change-Id: I633537c643c27fea64c4e55204ed54c64c39aa04
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/main/java/com/vaadin/client/widgets/Overlay.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/main/java/com/vaadin/client/widgets/Overlay.java b/client/src/main/java/com/vaadin/client/widgets/Overlay.java index 6744840c8e..ee20e1a9f1 100644 --- a/client/src/main/java/com/vaadin/client/widgets/Overlay.java +++ b/client/src/main/java/com/vaadin/client/widgets/Overlay.java @@ -1115,7 +1115,7 @@ public class Overlay extends PopupPanel implements CloseHandler<PopupPanel> { * it will be shrunk to fit and assume that scrolling e.g. using * <code>overflow:auto</code>, is taken care of by the overlay user. * - * @since + * @since 7.6.6 * @param fitInWindow * <code>true</code> to ensure that no part of the popup is * outside the visible view, <code>false</code> to use the @@ -1131,7 +1131,7 @@ public class Overlay extends PopupPanel implements CloseHandler<PopupPanel> { * * @see #setFitInWindow(boolean) * - * @since + * @since 7.6.6 * @return <code>true</code> if the popup will be moved and/or shrunk to fit * inside the window, <code>false</code> otherwise */ |