From 56ef5533fc1bce2134721ae64d4d6c18a3526a7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 19 Aug 2014 14:18:44 +0200 Subject: java: classes in java.lang package do not need to be fully qualified Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756 --- qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java') 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 - * java.lang.String method toUpperCase().

+ * String method toUpperCase().

* Has OK 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 - * java.lang.String method toLowerCase().

+ * String method toLowerCase().

* Has OK status if string, returned by the method is equal to * a string that is returned by String.toLowerCase() for all locales. */ -- cgit