summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text/src/main/java/org/apache/harmony/text/BidiWrapper.java2
-rw-r--r--text/src/test/java/org/apache/harmony/text/tests/java/text/DateFormatSymbolsTest.java2
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);