Skip to content
Snippets Groups Projects
Commit 51a62fc7 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update to Boolean

parent 97868802
No related branches found
No related tags found
1 merge request!514nshmp-ws-utils
......@@ -64,8 +64,8 @@ public class HazardController {
@Schema(minimum = "-360", maximum = "360") @PathVariable double longitude,
@Schema(minimum = "-90", maximum = "90") @PathVariable double latitude,
@Schema(minimum = "150", maximum = "3000") @PathVariable int vs30,
@QueryValue(defaultValue = "false") @Nullable boolean truncate,
@QueryValue(defaultValue = "false") @Nullable boolean maxdir) {
@QueryValue(defaultValue = "false") @Nullable Boolean truncate,
@QueryValue(defaultValue = "false") @Nullable Boolean maxdir) {
/*
* @Schema annotation parameter constraints only affect Swagger service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment