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

spotbugs fix

parent 9cec233c
No related branches found
No related tags found
2 merge requests!601Production Release | nshmp-haz,!598Site multi vs30
......@@ -129,7 +129,7 @@ public class HazardCalc {
log.info("Sites: " + Sites.toString(sites));
out = calc(model, config, sites, OptionalDouble.of(vs30), log);
}
out = out.getParent();
out = checkNotNull(out.getParent());
}
......
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