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

spotless

parent d55e8383
No related branches found
No related tags found
1 merge request!793Test Web Service
...@@ -7,6 +7,7 @@ import java.util.concurrent.ExecutionException; ...@@ -7,6 +7,7 @@ import java.util.concurrent.ExecutionException;
import gov.usgs.earthquake.nshmp.model.NshmTestUtils.Nshm; import gov.usgs.earthquake.nshmp.model.NshmTestUtils.Nshm;
import gov.usgs.earthquake.nshmp.model.NshmTestUtils.NshmModel; import gov.usgs.earthquake.nshmp.model.NshmTestUtils.NshmModel;
import gov.usgs.earthquake.nshmp.www.Application; import gov.usgs.earthquake.nshmp.www.Application;
import io.micronaut.runtime.Micronaut; import io.micronaut.runtime.Micronaut;
/** /**
...@@ -18,7 +19,8 @@ import io.micronaut.runtime.Micronaut; ...@@ -18,7 +19,8 @@ import io.micronaut.runtime.Micronaut;
*/ */
class GenerateActual { class GenerateActual {
public static void main(String[] args) throws IOException, InterruptedException, ExecutionException { public static void main(String[] args)
throws IOException, InterruptedException, ExecutionException {
Nshm nshm = NshmTests.NSHMS.get(System.getProperty("NSHM")); Nshm nshm = NshmTests.NSHMS.get(System.getProperty("NSHM"));
// Generate command line // Generate command line
......
...@@ -152,7 +152,6 @@ class NshmTests { ...@@ -152,7 +152,6 @@ class NshmTests {
NshmTestUtils.testWebNshm(nshm, getWebDataPath(nshm)); NshmTestUtils.testWebNshm(nshm, getWebDataPath(nshm));
} }
/** /**
* Test CONUS 2018 NSHM * Test CONUS 2018 NSHM
* *
......
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