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

remove space

parent 480f01c0
No related branches found
No related tags found
2 merge requests!128Production Release | nshmp-ws-static,!127Resolves - Handle Multiple NetCDF Files for AASHTO Service
......@@ -66,7 +66,7 @@ public class NetcdfHazardCurves extends Netcdf<StaticDataHazardCurves> {
var group = ncd.getRootGroup();
return new ReaderHazardCurves(group);
} catch (IOException e) {
throw new RuntimeException("Could not read Netcdf file [" + netcdfPath + " ]");
throw new RuntimeException("Could not read Netcdf file [" + netcdfPath + "]");
}
}
}
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