Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jul 17, 2022
1 parent 08f73f2 commit 1c7342e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -290,7 +290,6 @@ public static void buildBanTableView(TableView<BanInfoFX> tableView, ObservableL
extractors.put(banStatusColumn, BanInfoFX::getBanStatus);

TableColumn<BanInfoFX, String> banDurationColumn = new TableColumn<>("Duration");
// banDurationColumn.setCellValueFactory(o -> o.getValue().durationProperty());
banDurationColumn.setCellValueFactory(o -> Bindings.createStringBinding(() -> {
BanInfoFX banInfo = o.getValue();
return switch (banInfo.getDuration()) {
Expand Down

0 comments on commit 1c7342e

Please sign in to comment.