From 56ba1fd9a39ac9523fa0a273803e9b723862446b Mon Sep 17 00:00:00 2001 From: Yuki Yoshida Date: Fri, 7 Sep 2018 18:28:50 +0900 Subject: [PATCH] DATACMNS-1387 - Fix JavaDoc in CurrentDateTimeProvider and remove unused import. --- .../data/auditing/CurrentDateTimeProvider.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/springframework/data/auditing/CurrentDateTimeProvider.java b/src/main/java/org/springframework/data/auditing/CurrentDateTimeProvider.java index d31575806..ae68fdf4d 100644 --- a/src/main/java/org/springframework/data/auditing/CurrentDateTimeProvider.java +++ b/src/main/java/org/springframework/data/auditing/CurrentDateTimeProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 the original author or authors. + * Copyright 2012-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,11 +19,9 @@ import java.time.LocalDateTime; import java.time.temporal.TemporalAccessor; import java.util.Optional; -import org.joda.time.DateTime; - /** - * Default {@link DateTimeProvider} simply creating new {@link DateTime} instances for each method call. - * + * Default {@link DateTimeProvider} simply creating new {@link LocalDateTime} instances for each method call. + * * @author Oliver Gierke * @author Christoph Strobl * @since 1.5