Remove unused code
parent
84feb089c0
commit
56d0affd83
|
|
@ -16,10 +16,6 @@ public class Product {
|
|||
this.vatPortion = vatPortion;
|
||||
}
|
||||
|
||||
public float getPriceWithVat() {
|
||||
return price + getVat();
|
||||
}
|
||||
|
||||
public float getVat() {
|
||||
return price * vatPortion;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue