Browse Source

Remove Scope

Armin Schrenk 3 years ago
parent
commit
f74b9d3347

+ 0 - 1
main/ui/src/main/java/org/cryptomator/ui/health/CheckListCell.java

@@ -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();