Fixing javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@508731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78df3548f0
commit
6c0c39eb4d
|
@ -438,7 +438,7 @@ public class LocaleUtilsTest extends TestCase {
|
|||
|
||||
//-----------------------------------------------------------------------
|
||||
/**
|
||||
* Make sure the language by country is correct.
|
||||
* Make sure the country by language is correct.
|
||||
*
|
||||
* @param language
|
||||
* @param countries array of countries that should be returned
|
||||
|
@ -474,7 +474,7 @@ public class LocaleUtilsTest extends TestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Test languagesByCountry() method.
|
||||
* Test countriesByLanguage() method.
|
||||
*/
|
||||
public void testCountriesByLanguage() {
|
||||
assertCountriesByLanguage(null, new String[0]);
|
||||
|
|
Loading…
Reference in New Issue