Closedown

This commit is contained in:
sfop
2016-10-05 16:56:00 +02:00
parent ce752391da
commit 5209ae418f

View File

@@ -40,7 +40,7 @@ public class Correlation extends Panel {
System.err.println(ex.getMessage());
}
try{
if (App.hasArgument("inverval")) {
if (App.hasArgument("interval")) {
spinnerInterval.setValue(Double.valueOf(App.getArgumentValue("interval")));
}
} catch (Exception ex){