chore: cleanup
This commit is contained in:
parent
9f7f32beff
commit
c5f338bf74
1 changed files with 7 additions and 8 deletions
|
|
@ -111,14 +111,13 @@ public class IngredientController {
|
||||||
public static class IngredientUsageResponse {
|
public static class IngredientUsageResponse {
|
||||||
private long ingredientId;
|
private long ingredientId;
|
||||||
private long usedInRecipes;
|
private long usedInRecipes;
|
||||||
|
// public long getIngredientId() {
|
||||||
public long getIngredientId() {
|
// return ingredientId;
|
||||||
return ingredientId;
|
// }
|
||||||
}
|
//
|
||||||
|
// public void setIngredientId(long ingredientId) {
|
||||||
public void setIngredientId(long ingredientId) {
|
// this.ingredientId = ingredientId;
|
||||||
this.ingredientId = ingredientId;
|
// }
|
||||||
}
|
|
||||||
|
|
||||||
public long getUsedInRecipes() {
|
public long getUsedInRecipes() {
|
||||||
return usedInRecipes;
|
return usedInRecipes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue