Skip to content

Commit 12f714d

Browse files
committed
Fixes wrong JavaDoc comment in the README
1 parent 8ea5159 commit 12f714d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ public class MyCustomDateTypeConverter {
488488

489489
/**
490490
* Extracts the value of the field with the specified name as a custom type from the specified resultset.
491-
* is of type DATE you have to return either java.util.Date, java.sql.Date or java.sql.Timestamp.
492491
*/
493492
static public MyCustomDateType extractValue(ResultSet rs, String fieldName) throws SQLException {
494493
String strValue = rs.getString(fieldName);

0 commit comments

Comments
 (0)