DATAJPA-1803 - Fixes JavaDoc in EnableJpaAuditing from joda.time to java.time.

Original pull request: #432.
This commit is contained in:
Malte Mauelshagen
2020-10-21 11:55:02 +02:00
committed by Jens Schauder
parent b8e8ed2ddf
commit 7d1561b1b0

View File

@@ -61,7 +61,7 @@ public @interface EnableJpaAuditing {
boolean modifyOnCreate() default true;
/**
* Configures a {@link DateTimeProvider} bean name that allows customizing the {@link org.joda.time.DateTime} to be
* Configures a {@link DateTimeProvider} bean name that allows customizing the {@link java.time.temporal.TemporalAccessor} to be
* used for setting creation and modification dates.
*
* @return