A few fixes for keeping things private

This commit is contained in:
Patrick McDonagh
2017-02-10 13:46:49 -06:00
parent 1384c40add
commit 0c6e09a6a4
3 changed files with 28 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ public class WellTest {
private double kFactor, oilRatio, waterRatio, gasMCFRatio;
public WellTest(ZonedDateTime testStart, double testHours, double totalFluidBBL, double testOilBBL, double testWaterBBL, double testGasMCF, double prevDailyTotal) {
WellTest(ZonedDateTime testStart, double testHours, double totalFluidBBL, double testOilBBL, double testWaterBBL, double testGasMCF, double prevDailyTotal) {
this.testStart = testStart;
this.testHours = testHours;
this.totalFluidBBL = totalFluidBBL;