From 90b53cedea5ba96b71ea7ac1cfbbfb2d5683c1a0 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Tue, 25 Aug 2009 11:14:01 -0700 Subject: Small changes missed in the original submission of 22482. --- 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/text/src/main/java/org/apache/harmony/text/BidiWrapper.java b/text/src/main/java/org/apache/harmony/text/BidiWrapper.java index fac25b9..f9dc8da 100644 --- a/text/src/main/java/org/apache/harmony/text/BidiWrapper.java +++ b/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/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java b/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java index 8b97ee7..a0d9615 100644 --- a/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java +++ b/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); -- cgit v1.1