This commit is contained in:
2021-11-22 10:11:33 +01:00
parent 43036b4312
commit 3c35f84913
21 changed files with 215 additions and 105 deletions

View File

@@ -34,11 +34,11 @@ public class Executor extends ExecutorBase {
double result = Double.NaN;
// try {
// TimeUnit.SECONDS.sleep(5);
// } catch (InterruptedException e) {
// e.printStackTrace();
// }
try {
TimeUnit.SECONDS.sleep(5);
} catch (InterruptedException e) {
e.printStackTrace();
}
if (operator.equalsIgnoreCase("+")) {
String[] parts = inputData.split("\\+");