Skip to content

Commit ec66903

Browse files
committed
Javadoc: Fix double "to"
1 parent 2fd51f6 commit ec66903

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ public static LocalDateTime toLocalDateTime(final Date date) {
16441644
* Converts a {@link Date} to a {@link LocalDateTime}.
16451645
*
16461646
* @param date the Date to convert to a LocalDateTime, not null.
1647-
* @param timeZone the time zone, null maps to to the default time zone.
1647+
* @param timeZone the time zone, null maps to the default time zone.
16481648
* @return a new LocalDateTime.
16491649
* @since 3.19.0
16501650
*/
@@ -1667,7 +1667,7 @@ public static OffsetDateTime toOffsetDateTime(final Date date) {
16671667
* Converts a {@link Date} to a {@link OffsetDateTime}.
16681668
*
16691669
* @param date the Date to convert to a OffsetDateTime, not null.
1670-
* @param timeZone the time zone, null maps to to the default time zone.
1670+
* @param timeZone the time zone, null maps to the default time zone.
16711671
* @return a new OffsetDateTime.
16721672
* @since 3.19.0
16731673
*/
@@ -1690,7 +1690,7 @@ public static ZonedDateTime toZonedDateTime(final Date date) {
16901690
* Converts a {@link Date} to a {@link ZonedDateTime}.
16911691
*
16921692
* @param date the Date to convert to a ZonedDateTime, not null.
1693-
* @param timeZone the time zone, null maps to to the default time zone.
1693+
* @param timeZone the time zone, null maps to the default time zone.
16941694
* @return a new ZonedDateTime.
16951695
* @since 3.19.0
16961696
*/

0 commit comments

Comments
 (0)