Many things changed

This commit is contained in:
Kenneth van Ewijk
2014-10-22 11:28:48 +02:00
parent d415c5b9a4
commit 6948b310d4
19 changed files with 27 additions and 26 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package weerstation;
import java.util.ArrayList;
public class LangsteZomerPeriode extends Grootheid{
@@ -8,7 +8,7 @@ public class LangsteZomerPeriode extends Grootheid{
//constructor
public LangsteZomerPeriode(Measurement measurement1, ArrayList<Measurement> measurement2){
list = new ArrayList<Double>();
zomerPeriode = new Periode();
zomerPeriode = new Periode("Zomer");
updateRecent(measurement1);
updatePeriod(measurement2);
}