Skip to content

Commit 96ddfd4

Browse files
committed
/workspaces/code-differently-24-q4/lesson_09/types/types_app/src/main/resources/data/dwightblue.json
1 parent 0f5b13c commit 96ddfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/DwightBlueProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public Map<String, Class> getColumnTypeByName() {
1818
"column4", String.class,
1919
"column5", Double.class,
2020
"column6", Short.class,
21-
"column7",Integer.class);
21+
"column7", Integer.class);
2222
}
2323
}

0 commit comments

Comments
 (0)