Skip to content

Commit 7575611

Browse files
kemokidsoc
authored andcommitted
Fixed Javadoc for endDate() (was copy-pasta from startDate()).
1 parent 763e6b3 commit 7575611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/src/main/scala/org/threeten/bp/chrono/JapaneseEra.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ final class JapaneseEra private(private val eraValue: Int, @(transient @field) p
188188
*/
189189
private[chrono] def startDate: LocalDate = since
190190

191-
/** Returns the start date of the era.
192-
* @return the start date
191+
/** Returns the end date of the era.
192+
* @return the end date
193193
*/
194194
private[chrono] def endDate: LocalDate = {
195195
val ordinal: Int = JapaneseEra.ordinal(eraValue)

0 commit comments

Comments
 (0)