Merge pull request #7 from lumijiez/dimas

fix expenses and incomes
This commit was merged in pull request #7.
This commit is contained in:
Dima
2023-09-21 13:42:42 +03:00
committed by GitHub

View File

@@ -53,10 +53,6 @@ public class Income implements IMoneyTransaction {
return category.getEffectiveName(); return category.getEffectiveName();
} }
public void setUserId(User user) {
this.user = user;
}
public void setAmount(int amount) { public void setAmount(int amount) {
this.amount = amount; this.amount = amount;
} }