Parcourir la source

Add missing since for 8.0.7

tags/8.1.0.rc2
Teemu Suo-Anttila il y a 6 ans
Parent
révision
a454893e89
1 fichiers modifiés avec 4 ajouts et 3 suppressions
  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 Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer