jdk/src/share/classes/java/time/format/FormatStyle.java
changeset 15658 55b829ca2334
parent 15289 3ac550392e43
child 17474 8c100beabcc0
--- a/jdk/src/share/classes/java/time/format/FormatStyle.java	Tue Feb 12 16:02:14 2013 +0400
+++ b/jdk/src/share/classes/java/time/format/FormatStyle.java	Tue Feb 12 09:25:43 2013 -0800
@@ -65,7 +65,7 @@
  * Enumeration of the style of a localized date, time or date-time formatter.
  * <p>
  * These styles are used when obtaining a date-time style from configuration.
- * See {@link DateTimeFormatters} and {@link DateTimeFormatterBuilder} for usage.
+ * See {@link DateTimeFormatter} and {@link DateTimeFormatterBuilder} for usage.
  *
  * <h3>Specification for implementors</h3>
  * This is an immutable and thread-safe enum.