From 891d8cfaf2fc0636bfe8f864cd010fb71266d723 Mon Sep 17 00:00:00 2001 From: Naoto Sato Date: Wed, 15 Nov 2023 18:51:25 +0000 Subject: [PATCH] 8319986: Invalid/inconsistent description and example for DateFormat Reviewed-by: joehw, rriggs, jlu, iris, lancea --- src/java.base/share/classes/java/text/DateFormat.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/java.base/share/classes/java/text/DateFormat.java b/src/java.base/share/classes/java/text/DateFormat.java index 7bfefc2163a..5b04239fc8f 100644 --- a/src/java.base/share/classes/java/text/DateFormat.java +++ b/src/java.base/share/classes/java/text/DateFormat.java @@ -119,12 +119,14 @@ import sun.util.locale.provider.LocaleServiceProviderPool; * different options to these factory methods to control the length of the * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends * on the locale, but generally: - *