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

make private

parent 6ad9775d
No related branches found
No related tags found
1 merge request!275Resolves: Lambda Parallelization - Lambda Function for GroundMotionsToCurves
......@@ -111,14 +111,14 @@ public class GroundMotionToCurveLambda implements RequestStreamHandler {
* @see GroundMotionToCurveLambda#groundMotionsToCurvesHandler
*/
static class Builder {
ExceedanceModel exceedanceModel;
Gmm gmm;
Imt imt;
LogicTree<GroundMotion> logicTree;
double rate;
double truncationLevel;
MutableXySequence utilCurve;
double σScale;
private ExceedanceModel exceedanceModel;
private Gmm gmm;
private Imt imt;
private LogicTree<GroundMotion> logicTree;
private double rate;
private double truncationLevel;
private MutableXySequence utilCurve;
private double σScale;
private Builder() {}
......
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