Skip to content

Commit b3e5f5f

Browse files
Remove timestamp accuracy
1 parent 3894d34 commit b3e5f5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/javawebstack/orm/mapper/DefaultMapper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public String getTypeParameters(Class<?> type, int size) {
105105
return "36";
106106
if (type.equals(boolean.class) || type.equals(Boolean.class) || type.equals(char.class))
107107
return "1";
108-
if (type.equals(Timestamp.class))
109-
return "6";
110108
return null;
111109
}
112110

0 commit comments

Comments
 (0)