Author: bayard
Date: Sat Feb 17 00:34:54 2007
New Revision: 508731
URL: http://svn.apache.org/viewvc?view=rev&rev=508731
Log:
Fixing javadoc
Modified:
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java
Modified:
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java?view=diff&rev=508731&r1=508730&r2=508731
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java
Sat Feb 17 00:34:54 2007
@@ -438,7 +438,7 @@
//-----------------------------------------------------------------------
/**
- * 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 @@
}
/**
- * Test languagesByCountry() method.
+ * Test countriesByLanguage() method.
*/
public void testCountriesByLanguage() {
assertCountriesByLanguage(null, new String[0]);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]