summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java
diff options
context:
space:
mode:
Diffstat (limited to 'android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java')
-rw-r--r--android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java b/android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java
index 9005ec744..a350fd9b3 100644
--- a/android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java
+++ b/android_icu4j/src/main/java/android/icu/text/DateIntervalFormat.java
@@ -90,7 +90,7 @@ import android.icu.util.ULocale.Category;
* second (though we do not currently have specific intervalFormat data for
* skeletons with seconds).
* Those calendar fields can be defined in the following order:
- * year > month > date > hour (in day) > minute > second
+ * year > month > date > hour (in day) > minute > second
*
* The largest different calendar fields between 2 calendars is the
* first different calendar field in above order.
@@ -900,7 +900,6 @@ public class DateIntervalFormat extends UFormat {
* date time interval strings into Formattable objects with
* DateInterval type, which is a pair of UDate.
* <P>
- * <P>
* Before calling, set parse_pos.index to the offset you want to start
* parsing at in the source. After calling, parse_pos.index is the end of
* the text you parsed. If error occurs, index is unchanged.