Browse Source

Removed misleading Javadoc, as double can never be null (#10722)

tags/8.4.0.alpha1
Daniel Schwering 6 years ago
parent
commit
498b2d1892
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      server/src/main/java/com/vaadin/ui/Grid.java

+ 1
- 2
server/src/main/java/com/vaadin/ui/Grid.java View File

@@ -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

Loading…
Cancel
Save