Remove Scope

This commit is contained in:
Armin Schrenk
2021-05-26 15:50:50 +02:00
parent 6038559172
commit f74b9d3347

View File

@@ -12,7 +12,6 @@ import javafx.scene.Node;
import javafx.scene.control.ContentDisplay;
import javafx.scene.control.ListCell;
@HealthCheckScoped
class CheckListCell extends ListCell<HealthCheckTask> {
private final FontAwesome5IconView stateIcon = new FontAwesome5IconView();