瀏覽代碼

Fix empty @since

Change-Id: Ie060beaa9eca3b098d7e07116d64580c6a198ee8
tags/7.6.0.alpha4
Markus Koivisto 9 年之前
父節點
當前提交
9147fbad89
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      client/src/com/vaadin/client/connectors/GridConnector.java

+ 1
- 3
client/src/com/vaadin/client/connectors/GridConnector.java 查看文件

/** /**
* Class for handling scrolling issues with open details. * Class for handling scrolling issues with open details.
* *
* @since
* @author Vaadin Ltd
* @since 7.5.2
*/ */
private class LazyDetailsScroller implements DeferredWorker { private class LazyDetailsScroller implements DeferredWorker {


/** /**
* Inform LazyDetailsScroller that a details row has opened on a row. * Inform LazyDetailsScroller that a details row has opened on a row.
* *
* @since
* @param rowIndex * @param rowIndex
* index of row with details now open * index of row with details now open
*/ */

Loading…
取消
儲存