summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-05-12 10:50:45 +0300
committerTeppo Kurki <teppo.kurki@vaadin.com>2015-05-12 11:02:15 +0000
commit22271249251894dfc7cfbebad6b4d2faf4c0313e (patch)
tree31892d24366c14da9e1f6767b35bd4f51f80e95e /shared
parentc30438b27d474e5f47d7f58045b77bbcb606ff7a (diff)
downloadvaadin-framework-22271249251894dfc7cfbebad6b4d2faf4c0313e.tar.gz
vaadin-framework-22271249251894dfc7cfbebad6b4d2faf4c0313e.zip
Add missing @since for 7.5
Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/MarginInfo.java2
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridState.java4
2 files changed, 5 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/MarginInfo.java b/shared/src/com/vaadin/shared/ui/MarginInfo.java
index d15fa0a281..7119ce2f90 100644
--- a/shared/src/com/vaadin/shared/ui/MarginInfo.java
+++ b/shared/src/com/vaadin/shared/ui/MarginInfo.java
@@ -115,6 +115,8 @@ public class MarginInfo implements Serializable {
/**
* Checks if this MarginInfo object has margins on all edges enabled.
*
+ * @since 7.5.0
+ *
* @return true if all edges have margins enabled
*/
public boolean hasAll() {
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridState.java b/shared/src/com/vaadin/shared/ui/grid/GridState.java
index e039f70988..c23c931683 100644
--- a/shared/src/com/vaadin/shared/ui/grid/GridState.java
+++ b/shared/src/com/vaadin/shared/ui/grid/GridState.java
@@ -103,7 +103,9 @@ public class GridState extends AbstractComponentState {
public static final String JSONKEY_CELLSTYLES = "cs";
/**
- * The key that tells whether details are visible for the row
+ * The key that tells whether details are visible for the row.
+ *
+ * @since 7.5.0
*
* @see com.vaadin.ui.Grid#setDetailsGenerator(com.vaadin.ui.Grid.DetailsGenerator)
* @see com.vaadin.ui.Grid#setDetailsVisible(Object, boolean)