added @override to initializeComponents

This commit is contained in:
Oskar Rasieński 2025-12-04 14:39:53 +01:00
commit 342c10bcdb

View file

@ -88,6 +88,7 @@ public class FoodpalApplicationCtrl implements LocaleAware {
this.localeManager = localeManager;
}
@Override
public void initializeComponents() {
// Show recipe name in the list
recipeList.setCellFactory(list -> new ListCell<>() {