From e1a48c01b7acddb4abe9de4d5cd5f8b93fdeadf5 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sun, 26 Apr 2020 10:30:22 +0200 Subject: [PATCH] Remove unused import --- .../samples/petclinic/repository/jdbc/JdbcVisitRowMapper.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcVisitRowMapper.java b/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcVisitRowMapper.java index 9cab6c51f..27a1409a1 100644 --- a/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcVisitRowMapper.java +++ b/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcVisitRowMapper.java @@ -22,7 +22,6 @@ import java.sql.ResultSet; import java.sql.SQLException; import java.time.LocalDate; -import java.util.Date; /** * {@link RowMapper} implementation mapping data from a {@link ResultSet} to the corresponding properties