This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git

commit c82dd3ef7fb3d511d595a02981e96b24b97c5522
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 31 19:49:50 2023 -0400

    Format tweak
---
 .../apache/commons/dbutils/handlers/properties/DatePropertyHandler.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/dbutils/handlers/properties/DatePropertyHandler.java
 
b/src/main/java/org/apache/commons/dbutils/handlers/properties/DatePropertyHandler.java
index 98b7a5d..9f7e0ed 100644
--- 
a/src/main/java/org/apache/commons/dbutils/handlers/properties/DatePropertyHandler.java
+++ 
b/src/main/java/org/apache/commons/dbutils/handlers/properties/DatePropertyHandler.java
@@ -26,6 +26,7 @@ import org.apache.commons.dbutils.PropertyHandler;
  * {@link java.sql.Timestamp} from SQL types to java types.
  */
 public class DatePropertyHandler implements PropertyHandler {
+
     @Override
     public Object apply(final Class<?> parameter, Object value) {
         final String targetType = parameter.getName();

Reply via email to