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 {
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue