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

cleanup

parent 51a62fc7
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