Skip to content

Commit

Permalink
chore: cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyCastr0 committed Mar 11, 2024
1 parent 10ed42f commit fac4fc4
Showing 1 changed file with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,4 @@ public Map<String, Class> getColumnTypeByName() {
"column6", Integer.class,
"column7", Double.class);
}
}

/*
"column1": "14780",
"column2": "489905102837440000",
"column3": "bmtjv90",
"column4": "true",
"column5": "1.0835734E38",
"column6": "1048333181",
"column7": "1.317544283408283E308"
*/

/* "column1", Short.class,
"column2", Long.class,
"column3", String.class,
"column4", Boolean.class,
"column5", Float.class,
"column6", Integer.class,
"column7", Double.class; */
}

0 comments on commit fac4fc4

Please sign in to comment.