Improved Security

This commit is contained in:
Kenneth van Ewijk
2014-10-17 10:25:23 +02:00
parent ab28b51178
commit 6eab5dfa9c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public class DewPoint extends Grootheid
}
public void display(){
GUIboard.writeUpperDigits(current);
GUIboard.writeUpperDigits(getCurrent());
GUIboard.writePageToMatrix("Dauwpunt", "Gemiddelde: " + getAvg(), "");
}