DATAJPA-1803 - Fixes JavaDoc in EnableJpaAuditing from joda.time to java.time.
Original pull request: #432.
This commit is contained in:
committed by
Jens Schauder
parent
bed115cde7
commit
4c78d3ce1e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user