From e36007310269084f72b7a7c88f367ee65d427498 Mon Sep 17 00:00:00 2001 From: yoyom Date: Tue, 7 May 2024 15:07:38 +0200 Subject: [PATCH] test commit --- src/backend/Simulator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/Simulator.java b/src/backend/Simulator.java index 9774cd3..cf39302 100644 --- a/src/backend/Simulator.java +++ b/src/backend/Simulator.java @@ -25,7 +25,7 @@ public class Simulator extends Thread { private boolean clickActionFlag; private int loopDelay = 150; - //TODO : add missing attribute(s) + //TODO : add missing attribute(s) test public Simulator(MyInterface mjfParam) { mjf = mjfParam;