@@ -22,7 +22,6 @@ public class Recipe implements RecipeComponent {
privateNutritionTablenutritionTable;
privatefinalLocalDateTimecreationTime;
//TODO: Add filepath for image
privateStringfilepathForImage;
/**
...
...
@@ -76,6 +75,7 @@ public class Recipe implements RecipeComponent {
setCategories(categories);
this.creationTime=LocalDateTime.now();
filepathForImage="C:\\Users\\Lara Blersch\\Documents\\Studium\\SE2\\tasty-pages\\src\\main\\resources\\images\\dish-fork-and-knife.png";//path to default image which can be changed by the user later