Skip to content

Commit f878fba

Browse files
committed
Normalize Javadoc first sentence in LocaleUtils
1 parent d08dc8b commit f878fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static boolean isAvailableLocale(final Locale locale) {
136136
}
137137

138138
/**
139-
* Checks whether the given String is a ISO 3166 alpha-2 country code.
139+
* Tests whether the given String is a ISO 3166 alpha-2 country code.
140140
*
141141
* @param str the String to check
142142
* @return true, is the given String is a ISO 3166 compliant country code.
@@ -146,7 +146,7 @@ private static boolean isISO3166CountryCode(final String str) {
146146
}
147147

148148
/**
149-
* Checks whether the given String is a ISO 639 compliant language code.
149+
* Tests whether the given String is a ISO 639 compliant language code.
150150
*
151151
* @param str the String to check.
152152
* @return true, if the given String is a ISO 639 compliant language code.
@@ -172,7 +172,7 @@ public static boolean isLanguageUndetermined(final Locale locale) {
172172
}
173173

174174
/**
175-
* Checks whether the given String is a UN M.49 numeric area code.
175+
* TestsNo whether the given String is a UN M.49 numeric area code.
176176
*
177177
* @param str the String to check
178178
* @return true, is the given String is a UN M.49 numeric area code.

0 commit comments

Comments
 (0)