Browse Source

Add missing since for 8.0.7

tags/8.1.0.rc2
Teemu Suo-Anttila 6 years ago
parent
commit
a454893e89
1 changed files with 4 additions and 3 deletions
  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 View File

@@ -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…
Cancel
Save