瀏覽代碼

Remove Scope

Armin Schrenk 4 年之前
父節點
當前提交
f74b9d3347
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main/ui/src/main/java/org/cryptomator/ui/health/CheckListCell.java

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