Skip to content

Commit

Permalink
javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 6, 2024
1 parent cb624a1 commit 20be08d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/org/meeuw/i18n/languages/DisplayNames.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

import java.util.stream.Stream;

/**
* All {@link ISO_639_Code#refName()} as a {@link java.util.ResourceBundle}.
* The default tab-files of ISO-636 provide the names of all language in english.
* This is the fallback for if a {@link java.util.PropertyResourceBundle} for given {@link java.util.Locale} is missing.
* @since 3.5
*/
public class DisplayNames extends java.util.ListResourceBundle {
@Override
protected Object[][] getContents() {
Expand Down

0 comments on commit 20be08d

Please sign in to comment.