Skip to content

Commit 290ca47

Browse files
rd-malte-mauelshagenschauder
authored andcommitted
DATAJPA-1803 - Fixes JavaDoc in EnableJpaAuditing from joda.time to java.time.
Original pull request: #432.
1 parent 070eeef commit 290ca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/jpa/repository/config/EnableJpaAuditing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
boolean modifyOnCreate() default true;
6262

6363
/**
64-
* Configures a {@link DateTimeProvider} bean name that allows customizing the {@link org.joda.time.DateTime} to be
64+
* Configures a {@link DateTimeProvider} bean name that allows customizing the {@link java.time.temporal.TemporalAccessor} to be
6565
* used for setting creation and modification dates.
6666
*
6767
* @return

0 commit comments

Comments
 (0)