summaryrefslogtreecommitdiffstats
path: root/text
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2009-08-25 11:14:01 -0700
committerJesse Wilson <jessewilson@google.com>2009-08-25 11:14:01 -0700
commit90b53cedea5ba96b71ea7ac1cfbbfb2d5683c1a0 (patch)
treed29bac2e1f6c3d7abf83f51cd7014511ee91833f /text
parent4fc456dccf7e3342f26c41065d22ad1b1ca6c72a (diff)
downloadlibcore-90b53cedea5ba96b71ea7ac1cfbbfb2d5683c1a0.zip
libcore-90b53cedea5ba96b71ea7ac1cfbbfb2d5683c1a0.tar.gz
libcore-90b53cedea5ba96b71ea7ac1cfbbfb2d5683c1a0.tar.bz2
Small changes missed in the original submission of 22482.
Diffstat (limited to 'text')
-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);