Skip to content

Commit

Permalink
Remove mention of year
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamBorland committed Mar 26, 2019
1 parent 2bcc35a commit 62b5a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/threeten/bp/MonthDay.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* A month-day in the ISO-8601 calendar system, such as {@code --12-03}.
* <p>
* {@code MonthDay} is an immutable date-time object that represents the combination
* of a year and month. Any field that can be derived from a month and day, such as
* of a month and day. Any field that can be derived from a month and day, such as
* quarter-of-year, can be obtained.
* <p>
* This class does not store or represent a year, time or time-zone.
Expand Down

0 comments on commit 62b5a47

Please sign in to comment.