From 4e574bed8d84d1df1536c32594d49e772861d5b3 Mon Sep 17 00:00:00 2001 From: Natalia Cholewa Date: Sun, 18 Jan 2026 16:32:01 +0100 Subject: [PATCH] fix: pipeline --- .../src/main/java/client/scenes/recipe/IngredientListCell.java | 2 +- .../src/main/java/client/scenes/recipe/IngredientListCtrl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/main/java/client/scenes/recipe/IngredientListCell.java b/client/src/main/java/client/scenes/recipe/IngredientListCell.java index a96c5fc..70893da 100644 --- a/client/src/main/java/client/scenes/recipe/IngredientListCell.java +++ b/client/src/main/java/client/scenes/recipe/IngredientListCell.java @@ -1,6 +1,6 @@ package client.scenes.recipe; -import client.utils.ServerUtils; +import client.utils.server.ServerUtils; import com.google.inject.Inject; import commons.FormalIngredient; import commons.Ingredient; diff --git a/client/src/main/java/client/scenes/recipe/IngredientListCtrl.java b/client/src/main/java/client/scenes/recipe/IngredientListCtrl.java index 359ba18..7bb392f 100644 --- a/client/src/main/java/client/scenes/recipe/IngredientListCtrl.java +++ b/client/src/main/java/client/scenes/recipe/IngredientListCtrl.java @@ -3,7 +3,7 @@ package client.scenes.recipe; import client.utils.DefaultValueFactory; import client.utils.LocaleAware; import client.utils.LocaleManager; -import client.utils.ServerUtils; +import client.utils.server.ServerUtils; import com.google.inject.Inject; import commons.FormalIngredient; import commons.Recipe;