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:
Henri Yandell 2007-02-17 08:34:54 +00:00
parent 78df3548f0
commit 6c0c39eb4d
1 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ public void testLanguagesByCountry() {
//-----------------------------------------------------------------------
/**
* 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 @@ private void assertCountriesByLanguage(String language, String[] countries) {
}
/**
* Test languagesByCountry() method.
* Test countriesByLanguage() method.
*/
public void testCountriesByLanguage() {
assertCountriesByLanguage(null, new String[0]);