Skip to content

Commit db29f5b

Browse files
authored
Javadoc (#1440)
Correct Javadoc return type description
1 parent be8b654 commit db29f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/time/CalendarUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public int getYear() {
197197
/**
198198
* Converts this instance to a {@link LocalDate}.
199199
*
200-
* @return a LocalDateTime.
200+
* @return a LocalDate.
201201
* @since 3.18.0
202202
*/
203203
public LocalDate toLocalDate() {

0 commit comments

Comments
 (0)