OSDN Git Service

Small changes missed in the original submission of 22482.
authorJesse Wilson <jessewilson@google.com>
Tue, 25 Aug 2009 18:14:01 +0000 (11:14 -0700)
committerJesse Wilson <jessewilson@google.com>
Tue, 25 Aug 2009 18:14:01 +0000 (11:14 -0700)
libcore/text/src/main/java/org/apache/harmony/text/BidiWrapper.java
libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java

index fac25b9..f9dc8da 100644 (file)
@@ -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.
  */
 
index 8b97ee7..a0d9615 100644 (file)
@@ -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);