mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 10:08:32 +00:00
Javadoc
This commit is contained in:
parent
3ebaac5c02
commit
effb8c7d3c
@ -52,9 +52,20 @@ static class SyncAvoid {
|
||||
AVAILABLE_LOCALE_SET = Collections.unmodifiableSet(new HashSet<>(list));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The underscore character {@code '}{@value}{@code '}.
|
||||
*/
|
||||
private static final char UNDERSCORE = '_';
|
||||
|
||||
/**
|
||||
* The undetermined language {@value}.
|
||||
*/
|
||||
private static final String UNDETERMINED = "und";
|
||||
|
||||
/**
|
||||
* The dash character {@code '}{@value}{@code '}.
|
||||
*/
|
||||
private static final char DASH = '-';
|
||||
|
||||
/** Concurrent map of language locales by country. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user