Skip to content

Commit

Permalink
Merge pull request #13 from FlowingCode/javadoc-2
Browse files Browse the repository at this point in the history
Minor changes in javadoc
  • Loading branch information
elPeiretti authored Sep 12, 2024
2 parents 8870d6b + 7586650 commit 90f42c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class LocaleComboBox extends ComboBox<Locale> {
private static final String DEFAULT_FLAG_CODE = "un";

/**
* Display mode representing the built-in display modes in {@link LocaleComboBox}
* Represents the built-in display modes for locale names in the {@link LocaleComboBox} component.
* <p>
* These enums can be used in {@link #setDisplayMode(DisplayMode)} to easily switch between the
* built-in display modes.
Expand Down Expand Up @@ -85,7 +85,7 @@ public enum DisplayMode {
private boolean hasFlags = true;

/**
* * Creates a new instance of {@code LocaleComboBox}.
* Creates a new instance of {@code LocaleComboBox}.
*/
public LocaleComboBox() {
setItemLabelGenerator(item -> item.getDisplayName(getLocaleForDisplay()));
Expand Down

0 comments on commit 90f42c0

Please sign in to comment.