8169482: java.time.DateTimeFormatter javadoc: F is not week-of-month
authorrriggs
Mon, 26 Dec 2016 22:57:26 +0530
changeset 43004 54896b192cc7
parent 43003 b1c1a42602d6
child 43005 93a6492387c4
8169482: java.time.DateTimeFormatter javadoc: F is not week-of-month Reviewed-by: rriggs Contributed-by: abhijit.r.roy@oracle.com
jdk/src/java.base/share/classes/java/time/format/DateTimeFormatter.java
--- a/jdk/src/java.base/share/classes/java/time/format/DateTimeFormatter.java	Thu Dec 22 23:35:52 2016 +0530
+++ b/jdk/src/java.base/share/classes/java/time/format/DateTimeFormatter.java	Mon Dec 26 22:57:26 2016 +0530
@@ -292,7 +292,7 @@
  *   W       week-of-month               number            4
  *   E       day-of-week                 text              Tue; Tuesday; T
  *   e/c     localized day-of-week       number/text       2; 02; Tue; Tuesday; T
- *   F       week-of-month               number            3
+ *   F       day-of-week-in-month        number            3
  *
  *   a       am-pm-of-day                text              PM
  *   h       clock-hour-of-am-pm (1-12)  number            12