File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/flowingcode/vaadin/addons/localecombobox Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class LocaleComboBox extends ComboBox<Locale> {
4545 private static final String DEFAULT_FLAG_CODE = "un" ;
4646
4747 /**
48- * Display mode representing the built-in display modes in {@link LocaleComboBox}
48+ * Represents the built-in display modes for locale names in the {@link LocaleComboBox} component.
4949 * <p>
5050 * These enums can be used in {@link #setDisplayMode(DisplayMode)} to easily switch between the
5151 * built-in display modes.
@@ -85,7 +85,7 @@ public enum DisplayMode {
8585 private boolean hasFlags = true ;
8686
8787 /**
88- * * Creates a new instance of {@code LocaleComboBox}.
88+ * Creates a new instance of {@code LocaleComboBox}.
8989 */
9090 public LocaleComboBox () {
9191 setItemLabelGenerator (item -> item .getDisplayName (getLocaleForDisplay ()));
You can’t perform that action at this time.
0 commit comments