Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
51a62fc7
Commit
51a62fc7
authored
4 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
update to Boolean
parent
97868802
No related branches found
No related tags found
1 merge request
!514
nshmp-ws-utils
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/gov/usgs/earthquake/nshmp/www/HazardController.java
+2
-2
2 additions, 2 deletions
.../java/gov/usgs/earthquake/nshmp/www/HazardController.java
with
2 additions
and
2 deletions
src/main/java/gov/usgs/earthquake/nshmp/www/HazardController.java
+
2
−
2
View file @
51a62fc7
...
...
@@ -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
b
oolean
truncate
,
@QueryValue
(
defaultValue
=
"false"
)
@Nullable
b
oolean
maxdir
)
{
@QueryValue
(
defaultValue
=
"false"
)
@Nullable
B
oolean
truncate
,
@QueryValue
(
defaultValue
=
"false"
)
@Nullable
B
oolean
maxdir
)
{
/*
* @Schema annotation parameter constraints only affect Swagger service
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment