소스 검색

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 파일 보기

@@ -2825,9 +2825,9 @@ public class VComboBox extends Composite implements Field, KeyDownHandler,

/**
* Gets the empty selection caption.
*
*
* @since 8.0.7
* @return the empty selection caption
* @since 8.1
*/
public String getEmptySelectionCaption() {
return emptySelectionCaption;
@@ -2839,7 +2839,8 @@ public class VComboBox extends Composite implements Field, KeyDownHandler,
*
* @param emptySelectionCaption
* the empty selection caption
* @since 8.1
*
* @since 8.0.7
*/
public void setEmptySelectionCaption(String emptySelectionCaption) {
this.emptySelectionCaption = emptySelectionCaption;

Loading…
취소
저장