From e03fcacdd6b8367ead7ebf50fce889437e78eaad Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 28 Sep 2021 17:22:03 +0200 Subject: [PATCH] [Minor] ignore compiler warning --- .../src/main/java/li/strolch/execution/Controller.java | 1 + 1 file changed, 1 insertion(+) diff --git a/li.strolch.service/src/main/java/li/strolch/execution/Controller.java b/li.strolch.service/src/main/java/li/strolch/execution/Controller.java index c37b3b4f2..e6a997740 100644 --- a/li.strolch.service/src/main/java/li/strolch/execution/Controller.java +++ b/li.strolch.service/src/main/java/li/strolch/execution/Controller.java @@ -100,6 +100,7 @@ public class Controller { this.executionHandler.runAsAgent(runnable); } + @SuppressWarnings("BooleanMethodIsAlwaysInverted") private boolean refreshActivity(StrolchTransaction tx) { Activity activity = tx.getActivityBy(this.activityType, this.activityId, false); if (activity == null) {