[Minor] ignore compiler warning

This commit is contained in:
Robert von Burg 2021-09-28 17:22:03 +02:00
parent 51629aca5f
commit e03fcacdd6
1 changed files with 1 additions and 0 deletions

View File

@ -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) {