Skip to content

Commit

Permalink
Javadoc spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 26, 2023
1 parent 9246958 commit 3ee6932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
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 {
Expand Down

0 comments on commit 3ee6932

Please sign in to comment.