This commit is contained in:
x07maop
2015-06-30 09:31:26 +02:00
parent b4c5f6c894
commit 42826f070d

View File

@@ -244,7 +244,7 @@ public class EnergyScan extends Panel {
String expandPath(String path) {
long time = System.currentTimeMillis();
String mode;
if (comboMode.getSelectedIndex() == 0) {_
if (comboMode.getSelectedIndex() == 0) {
mode = "plus";
} else if (comboMode.getSelectedIndex() == 1) {
mode = "minus";