Normalize Javadoc first sentence in LocaleUtils

This commit is contained in:
Gary Gregory 2024-11-04 15:25:01 -05:00
parent d08dc8bbf4
commit f878fba9cf
1 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ public class LocaleUtils {
}
/**
* Checks whether the given String is a ISO 3166 alpha-2 country code.
* Tests whether the given String is a ISO 3166 alpha-2 country code.
*
* @param str the String to check
* @return true, is the given String is a ISO 3166 compliant country code.
@ -146,7 +146,7 @@ public class LocaleUtils {
}
/**
* Checks whether the given String is a ISO 639 compliant language code.
* Tests whether the given String is a ISO 639 compliant language code.
*
* @param str the String to check.
* @return true, if the given String is a ISO 639 compliant language code.
@ -172,7 +172,7 @@ public class LocaleUtils {
}
/**
* Checks whether the given String is a UN M.49 numeric area code.
* TestsNo whether the given String is a UN M.49 numeric area code.
*
* @param str the String to check
* @return true, is the given String is a UN M.49 numeric area code.