diff --git a/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java b/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java
index 120116c..93a2507 100644
--- a/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java
+++ b/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java
@@ -1,7 +1,6 @@
package client.scenes;
-import javafx.event.ActionEvent;
import java.io.IOException;
import java.util.List;
@@ -208,7 +207,7 @@ public class FoodpalApplicationCtrl {
//without caused errors
@FXML
- private void MakePrintable() {
+ private void makePrintable() {
System.out.println("Recipe printed");
}
diff --git a/client/src/main/java/client/utils/ServerUtils.java b/client/src/main/java/client/utils/ServerUtils.java
index c5f812c..ed52956 100644
--- a/client/src/main/java/client/utils/ServerUtils.java
+++ b/client/src/main/java/client/utils/ServerUtils.java
@@ -2,11 +2,9 @@ package client.utils;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
-import commons.Quote;
import commons.Recipe;
import jakarta.ws.rs.ProcessingException;
import jakarta.ws.rs.client.ClientBuilder;
-import jakarta.ws.rs.client.Entity;
import org.glassfish.jersey.client.ClientConfig;
diff --git a/client/src/main/resources/client/scenes/FoodpalApplication.fxml b/client/src/main/resources/client/scenes/FoodpalApplication.fxml
index f9069e9..57ad5f9 100644
--- a/client/src/main/resources/client/scenes/FoodpalApplication.fxml
+++ b/client/src/main/resources/client/scenes/FoodpalApplication.fxml
@@ -114,7 +114,7 @@
-
+