We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9f150 commit 66224b3Copy full SHA for 66224b3
src/main/java/org/springframework/data/convert/Jsr310Converters.java
@@ -26,7 +26,6 @@
26
import java.time.LocalTime;
27
import java.time.Period;
28
import java.time.ZoneId;
29
-import java.time.ZoneOffset;
30
import java.util.ArrayList;
31
import java.util.Arrays;
32
import java.util.Collection;
@@ -45,6 +44,7 @@
45
44
* @author Oliver Gierke
46
* @author Barak Schoster
47
* @author Christoph Strobl
+ * @author Jens Schauder
48
*/
49
public abstract class Jsr310Converters {
50
0 commit comments