Speed optimalisation and fixed the damn thing!

This commit is contained in:
jancoow
2014-10-20 21:01:45 +02:00
parent 38e5715cd6
commit 7cdb4b6fe2
16 changed files with 99 additions and 70 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
package weerstation;
import java.util.ArrayList;
@@ -36,7 +37,7 @@ public class Sun extends Grootheid{
setSunRise(measurement1.getSunrise());
}
public void update24Hour(ArrayList<Measurement> measurement2){
public void updatePeriod(ArrayList<Measurement> measurement2){
}
public void display(){