chore: cleanup

This commit is contained in:
Zhongheng Liu 2026-01-15 17:24:19 +01:00
commit c5f338bf74
Signed by: steven
GPG key ID: F69B980899C1C09D

View file

@ -111,14 +111,13 @@ public class IngredientController {
public static class IngredientUsageResponse {
private long ingredientId;
private long usedInRecipes;
public long getIngredientId() {
return ingredientId;
}
public void setIngredientId(long ingredientId) {
this.ingredientId = ingredientId;
}
// public long getIngredientId() {
// return ingredientId;
// }
//
// public void setIngredientId(long ingredientId) {
// this.ingredientId = ingredientId;
// }
public long getUsedInRecipes() {
return usedInRecipes;