DATACMNS-1387 - Fix JavaDoc in CurrentDateTimeProvider and remove unused import.

This commit is contained in:
Yuki Yoshida
2018-09-07 18:28:50 +09:00
committed by Oliver Gierke
parent 70fcfaa126
commit 56ba1fd9a3

View File

@@ -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