Skip to content
Snippets Groups Projects

Prvi gmm 251

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-lib:prvi-gmm-251 into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,9 @@ enum SubductionZone {
@Override
public String toString() {
return Text.enumLabelWithSpaces(this, true);
return (this == PRVI)
? name()
: Text.enumLabelWithSpaces(this, true);
}
static enum Type {
Loading