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
+1 -1
View File
@@ -7,7 +7,7 @@ public class LangsteRegenPeriode extends Grootheid{
//constructor
public LangsteRegenPeriode(Measurement measurement1, ArrayList<Measurement> measurement2){
list = new ArrayList<Double>();
regenPeriode = new Periode();
regenPeriode = new Periode("Regen");
updateRecent(measurement1);
update24Hour(measurement2);
}