stray typo fix
This commit is contained in:
parent
cb4a93aeab
commit
22dd603746
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public class IngredientListCtrl implements LocaleAware {
|
||||||
@FXML
|
@FXML
|
||||||
private void refresh() {
|
private void refresh() {
|
||||||
try {
|
try {
|
||||||
List<Ingredient> ingredients = server.getIngredients();g
|
List<Ingredient> ingredients = server.getIngredients();
|
||||||
ingredientListView.getItems().setAll(ingredients);
|
ingredientListView.getItems().setAll(ingredients);
|
||||||
} catch (IOException | InterruptedException e) {
|
} catch (IOException | InterruptedException e) {
|
||||||
showError("Failed to load ingredients: " + e.getMessage());
|
showError("Failed to load ingredients: " + e.getMessage());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue