From af902b149f347955854b550b5302e55af2dd82d0 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Tue, 19 Feb 2013 10:30:59 +0000 Subject: [PATCH] ICU-9696 Fixed HTML tagging problem in the previous change. X-SVN-Rev: 33269 --- .../core/src/com/ibm/icu/text/SimpleDateFormat.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java index 6287b030c2b..3c415d4cfe9 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java @@ -543,14 +543,14 @@ import com.ibm.icu.util.ULocale.Category; * The ISO8601 basic format with hours and minutes fields. * The ISO8601 UTC indicator "Z" is used when local time offset is 0. * - * + * * 3 * -08:00
* Z * The ISO8601 extended format with hours and minutes fields. * The ISO8601 UTC indicator "Z" is used when local time offset is 0. * - * + * * 4 * -0800
* -075258
@@ -559,7 +559,7 @@ import com.ibm.icu.util.ULocale.Category; * (Note: The seconds field is not supported by the ISO8601 specification.) * The ISO8601 UTC indicator "Z" is used when local time offset is 0. * - * + * * 5 * -08:00
* -07:52:58
@@ -580,19 +580,19 @@ import com.ibm.icu.util.ULocale.Category; * -0800 * The ISO8601 basic format with hours and minutes fields. * - * + * * 3 * -08:00 * The ISO8601 extended format with hours and minutes fields. * - * + * * 4 * -0800
* -075258 * The ISO8601 basic format with hours, minutes and optional seconds fields. * (Note: The seconds field is not supported by the ISO8601 specification.) * - * + * * 5 * -08:00
* -07:52:58 -- 2.40.0