summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
index 2258c6b93383..4510c88f63cb 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
@@ -95,7 +95,7 @@ public class _XCharacterClassification extends MultiMethodTest {
/**
* Test calls the method for different locales. Then each result is compared
* with a string, converted to a upper case using
- * <code>java.lang.String</code> method <code>toUpperCase()</code>.<p>
+ * <code>String</code> method <code>toUpperCase()</code>.<p>
* Has <b> OK </b> status if string, returned by the method is equal to
* a string that is returned by String.toUpperCase() for all locales.
*/
@@ -124,7 +124,7 @@ public class _XCharacterClassification extends MultiMethodTest {
/**
* Test calls the method for different locales. Then each result is compared
* with a string, converted to a lower case using
- * <code>java.lang.String</code> method <code>toLowerCase()</code>.<p>
+ * <code>String</code> method <code>toLowerCase()</code>.<p>
* Has <b> OK </b> status if string, returned by the method is equal to
* a string that is returned by String.toLowerCase() for all locales.
*/