From 62b5a47d4bfdb504de2394a575ebda36d110fa79 Mon Sep 17 00:00:00 2001 From: Graham Borland Date: Tue, 26 Mar 2019 14:38:36 +0000 Subject: [PATCH] Remove mention of year --- src/main/java/org/threeten/bp/MonthDay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/threeten/bp/MonthDay.java b/src/main/java/org/threeten/bp/MonthDay.java index 258e7fa5e..2ed437eab 100644 --- a/src/main/java/org/threeten/bp/MonthDay.java +++ b/src/main/java/org/threeten/bp/MonthDay.java @@ -62,7 +62,7 @@ * A month-day in the ISO-8601 calendar system, such as {@code --12-03}. *

* {@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. *

* This class does not store or represent a year, time or time-zone.