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


The following commit(s) were added to refs/heads/master by this push:
     new 3ee6932  Javadoc spelling
3ee6932 is described below

commit 3ee6932f85b99eb39fac365e3b73cfbb5794d194
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 15:48:29 2023 -0500

    Javadoc spelling
---
 .../apache/commons/dbutils/handlers/properties/DatePropertyHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6d6ce86..95cb322 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
@@ -22,7 +22,7 @@ import java.util.Date;
 import org.apache.commons.dbutils.PropertyHandler;
 
 /**
- * {@link PropertyHandler} for date fields. Will convert {@link 
java.sql.Date}, {@link java.sql.Time}, and {@link java.sql.Timestamp} from SQL 
types to java
+ * {@link PropertyHandler} for date fields. Will convert {@link 
java.sql.Date}, {@link java.sql.Time}, and {@link java.sql.Timestamp} from SQL 
types to Java
  * types.
  */
 public class DatePropertyHandler implements PropertyHandler {

Reply via email to