Skip to content

Commit

Permalink
update wording in exception message (python abstract) (OpenAPITools#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Dec 20, 2023
1 parent 1ccabee commit aeb6fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ public void setMapNumberTo(String mapNumberTo) {
|| "float".equals(mapNumberTo)) {
this.mapNumberTo = mapNumberTo;
} else {
throw new IllegalArgumentException("mapNumberTo value must be Union[StrictFloat, StrictInt], StrictStr or float");
throw new IllegalArgumentException("mapNumberTo value must be Union[StrictFloat, StrictInt], StrictFloat or float");
}
}

Expand Down

0 comments on commit aeb6fcb

Please sign in to comment.