瀏覽代碼

Add missing since for 8.0.7

tags/8.1.0.rc2
Teemu Suo-Anttila 7 年之前
父節點
當前提交
a454893e89
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      client/src/main/java/com/vaadin/client/ui/VComboBox.java

+ 4
- 3
client/src/main/java/com/vaadin/client/ui/VComboBox.java 查看文件



/** /**
* Gets the empty selection caption. * Gets the empty selection caption.
*
*
* @since 8.0.7
* @return the empty selection caption * @return the empty selection caption
* @since 8.1
*/ */
public String getEmptySelectionCaption() { public String getEmptySelectionCaption() {
return emptySelectionCaption; return emptySelectionCaption;
* *
* @param emptySelectionCaption * @param emptySelectionCaption
* the empty selection caption * the empty selection caption
* @since 8.1
*
* @since 8.0.7
*/ */
public void setEmptySelectionCaption(String emptySelectionCaption) { public void setEmptySelectionCaption(String emptySelectionCaption) {
this.emptySelectionCaption = emptySelectionCaption; this.emptySelectionCaption = emptySelectionCaption;

Loading…
取消
儲存