From 8e4ede5697e8ad73de8944d1f364348d18579252 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Thu, 3 Mar 2022 13:43:26 -0700 Subject: [PATCH] Add generic --- .../earthquake/nshmp/netcdf/www/NetcdfServiceGroundMotions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aashto/src/main/java/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfServiceGroundMotions.java b/src/aashto/src/main/java/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfServiceGroundMotions.java index 42d3e4a..cb717a9 100644 --- a/src/aashto/src/main/java/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfServiceGroundMotions.java +++ b/src/aashto/src/main/java/gov/usgs/earthquake/nshmp/netcdf/www/NetcdfServiceGroundMotions.java @@ -24,7 +24,7 @@ import io.micronaut.http.HttpRequest; * * @author U.S. Geological Survey */ -public class NetcdfServiceGroundMotions extends NetcdfService { +public class NetcdfServiceGroundMotions extends NetcdfService<Query> { static final String SERVICE_DESCRIPTION = "Get static ground motions from a NetCDF file"; static final String SERVICE_NAME = "AASHTO-2023 Web Service"; -- GitLab