summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schwering <hd42@users.noreply.github.com>2018-03-16 14:12:16 +0100
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-03-16 15:12:16 +0200
commit498b2d18921621d63e541cc5fe30705c900ddd37 (patch)
treed49f037f1cce1de342b0668a129fa30ab412b821
parent143771e40d96a2c6931bdd00d24b7961a3dca707 (diff)
downloadvaadin-framework-498b2d18921621d63e541cc5fe30705c900ddd37.tar.gz
vaadin-framework-498b2d18921621d63e541cc5fe30705c900ddd37.zip
Removed misleading Javadoc, as double can never be null (#10722)
-rw-r--r--server/src/main/java/com/vaadin/ui/Grid.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/ui/Grid.java b/server/src/main/java/com/vaadin/ui/Grid.java
index 48ab650cf7..b7722759f0 100644
--- a/server/src/main/java/com/vaadin/ui/Grid.java
+++ b/server/src/main/java/com/vaadin/ui/Grid.java
@@ -3058,8 +3058,7 @@ public class Grid<T> extends AbstractListing<T> implements HasComponents,
* @param rows
* The height in terms of number of rows displayed in Grid's
* body. If Grid doesn't contain enough rows, white space is
- * displayed instead. If <code>null</code> is given, then Grid's
- * height is undefined
+ * displayed instead.
* @throws IllegalArgumentException
* if {@code rows} is zero or less
* @throws IllegalArgumentException