Skip to content

Commit

Permalink
Fix typo in getUnboxedPrimitive()
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 1, 2023
1 parent 11ac2e5 commit 9325add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ protected String getUnboxedPrimitive(String paramType) {
case "java.lang.Byte":
return "byte";
case "java.lang.Character":
return "character";
return "char";
case "java.lang.Double":
return "double";
case "java.lang.Float":
Expand Down

0 comments on commit 9325add

Please sign in to comment.