Skip to content

Commit

Permalink
Update AaronSantiagoProvider.java
Browse files Browse the repository at this point in the history
Switched to Short datatype for efficiency
  • Loading branch information
Aaron2278 authored Mar 11, 2024
1 parent 40c3d96 commit cb8f343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public String getProviderName() {
public Map<String, Class> getColumnTypeByName() {
return Map.of(
"column1", Long.class,
"column2", BigDecimal.class,
"column2", Short.class,
"column3", Integer.class,
"column4", Double.class,
"column5", Boolean.class,
Expand Down

0 comments on commit cb8f343

Please sign in to comment.