Skip to content
Snippets Groups Projects

Cleanup

Files
2
@@ -9,10 +9,10 @@ import io.swagger.v3.oas.annotations.info.Info;
title = "NSHMP Non-NSHM Services",
description = "### Services not related to a National Seismic Hazard Model:\n" +
"* Ground Motion Models: \n" +
"\t* Response spectra \n" +
"\t* Hanging Wall effects \n" +
"\t* Ground motion Vs. Distance \n" +
"\t* Ground motion Vs. magnitude\n"))
"\t* Response spectra \n" +
"\t* Hanging Wall effects \n" +
"\t* Ground motion Vs. Distance \n" +
"\t* Ground motion Vs. magnitude\n"))
public class Application {
public static void main(String[] args) {
Loading