ソースを参照

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

tags/8.4.0.alpha1
Daniel Schwering 6年前
コミット
498b2d1892
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      server/src/main/java/com/vaadin/ui/Grid.java

+ 1
- 2
server/src/main/java/com/vaadin/ui/Grid.java ファイルの表示

* @param rows * @param rows
* The height in terms of number of rows displayed in Grid's * The height in terms of number of rows displayed in Grid's
* body. If Grid doesn't contain enough rows, white space is * 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 * @throws IllegalArgumentException
* if {@code rows} is zero or less * if {@code rows} is zero or less
* @throws IllegalArgumentException * @throws IllegalArgumentException

読み込み中…
キャンセル
保存