7056126: DateFormatSymbols documentation has incorrect description about DateFormat
authornaoto
Wed, 22 May 2013 16:43:04 -0700
changeset 17708 eccbcb1b38be
parent 17707 7853cc17a828
child 17709 fc6f678fdb83
7056126: DateFormatSymbols documentation has incorrect description about DateFormat 7083668: Sample code in ListResourceBundle is still not correct Reviewed-by: okutsu
jdk/src/share/classes/java/text/DateFormatSymbols.java
jdk/src/share/classes/java/util/ListResourceBundle.java
--- a/jdk/src/share/classes/java/text/DateFormatSymbols.java	Wed May 22 12:09:45 2013 -0700
+++ b/jdk/src/share/classes/java/text/DateFormatSymbols.java	Wed May 22 16:43:04 2013 -0700
@@ -59,7 +59,7 @@
  * <code>DateFormatSymbols</code> is a public class for encapsulating
  * localizable date-time formatting data, such as the names of the
  * months, the names of the days of the week, and the time zone data.
- * <code>DateFormat</code> and <code>SimpleDateFormat</code> both use
+ * <code>SimpleDateFormat</code> uses
  * <code>DateFormatSymbols</code> to encapsulate this information.
  *
  * <p>
--- a/jdk/src/share/classes/java/util/ListResourceBundle.java	Wed May 22 12:09:45 2013 -0700
+++ b/jdk/src/share/classes/java/util/ListResourceBundle.java	Wed May 22 16:43:04 2013 -0700
@@ -89,7 +89,7 @@
  *
  * public class MyResources_fr extends ListResourceBundle {
  *     protected Object[][] getContents() {
- *         return new Object[][] = {
+ *         return new Object[][] {
  *         // LOCALIZE THIS
  *             {"s1", "Le disque \"{1}\" {0}."},          // MessageFormat pattern
  *             {"s2", "1"},                               // location of {0} in pattern