From 9b44ccfc38c2fc2a6cf2c3cc39a13cc5bce635ba Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Tue, 25 Aug 2009 11:14:01 -0700 Subject: [PATCH] Small changes missed in the original submission of 22482. --- libcore/text/src/main/java/org/apache/harmony/text/BidiWrapper.java | 2 +- .../org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcore/text/src/main/java/org/apache/harmony/text/BidiWrapper.java b/libcore/text/src/main/java/org/apache/harmony/text/BidiWrapper.java index fac25b990..f9dc8da4b 100644 --- a/libcore/text/src/main/java/org/apache/harmony/text/BidiWrapper.java +++ b/libcore/text/src/main/java/org/apache/harmony/text/BidiWrapper.java @@ -18,7 +18,7 @@ package org.apache.harmony.text; /** - * Dalvik Bidi wrapper. Derived from an old version of Harmony; today they use + * Dalvik Bidi wrapper. Derived from an old version of Harmony; today they call * straight through to ICU4J. */ diff --git a/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java b/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java index 8b97ee705..a0d9615fc 100644 --- a/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java +++ b/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java @@ -486,7 +486,7 @@ public class DateFormatSymbolsTest extends junit.framework.TestCase { method = "!SerializationSelf", args = {} ) -[] public void test_serialization() throws Exception { + public void test_serialization() throws Exception { DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRANCE); String[][] zoneStrings = symbols.getZoneStrings(); assertNotNull(zoneStrings); -- 2.11.0