Skip to content

Commit 95ba5da

Browse files
committed
UPdate internal documentation
1 parent b48d94b commit 95ba5da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/apache/commons/lang3/LocaleUtils.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ static class SyncAvoid {
6060

6161
/**
6262
* The undetermined language {@value}.
63+
* <p>
64+
* If a language is empty, or not <em>well-formed</am> (for example "a" or "e2"), {@link Locale#toLanguageTag()} will return {@code "und"} (Undetermined).
65+
* </p>
66+
*
67+
* @see Locale#toLanguageTag()
6368
*/
6469
private static final String UNDETERMINED = "und";
6570

0 commit comments

Comments
 (0)