File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/apache/commons/lang3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments