Skip to content

Commit 7586650

Browse files
committed
docs: minor fixes in documentation
1 parent 8870d6b commit 7586650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/flowingcode/vaadin/addons/localecombobox/LocaleComboBox.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()));

0 commit comments

Comments
 (0)