Skip to content

Commit

Permalink
Apply changes added in eb34314
Browse files Browse the repository at this point in the history
After the rebase the change regressed

Signed-off-by: Danilo Del Busso <[email protected]>
  • Loading branch information
danilo-delbusso committed Sep 10, 2024
1 parent e3d73c2 commit ed4a861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/sdk-gen/java/templates/Types.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public class Types
if (this == UNRECOGNIZED) return "UNRECOGNIZED";{{#values}}
if (this == {{{name_uppercase}}}) return "{{{name}}}";{{/values}}
/* This can never be reached */
return "illegal enum";
return "UNRECOGNIZED";
}

}
Expand Down

0 comments on commit ed4a861

Please sign in to comment.