Skip to content
Snippets Groups Projects
Commit 498305ea authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

guava update

parent 88e1479d
No related branches found
No related tags found
1 merge request!265Increment guava
junitVersion = 5.8.2
githooksVersion = 1.2.0
gsonVersion = 2.8.9
guavaVersion = 30.1.1-jre
guavaVersion = 31.1-jre
nodePluginVersion = 3.1.1
nodeVersion = 16.3.0
spotbugsVersion = 4.7.0
......
......@@ -209,7 +209,7 @@ public abstract class PezeshkEtAl_2018 implements GroundMotionModel {
static final class Seed_PZCT18_M1SS extends PezeshkEtAl_2018 {
static final String MODEL = Model.M1SS;
static final String NAME = NgaEast_2018.Seed.NAME + " : " + MODEL + "*";
static final String NAME = NgaEast_2018.Seed.NAME + MODEL + "*";
Seed_PZCT18_M1SS(Imt imt) {
super(imt, MODEL);
......@@ -218,7 +218,7 @@ public abstract class PezeshkEtAl_2018 implements GroundMotionModel {
static final class Seed_PZCT18_M2ES extends PezeshkEtAl_2018 {
static final String MODEL = Model.M2ES;
static final String NAME = NgaEast_2018.Seed.NAME + " : " + MODEL + "*";
static final String NAME = NgaEast_2018.Seed.NAME + MODEL + "*";
Seed_PZCT18_M2ES(Imt imt) {
super(imt, MODEL);
......
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