mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-02-04 04:21:19 +01:00
Why do we need that again?
This commit is contained in:
parent
4415b52986
commit
5cbff43379
@ -98,10 +98,6 @@ public class iCo5 implements Method {
|
|||||||
this.holdings = account.getHoldings();
|
this.holdings = account.getHoldings();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Account getiCoAccount() {
|
|
||||||
return account;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double balance() {
|
public double balance() {
|
||||||
return this.holdings.balance();
|
return this.holdings.balance();
|
||||||
}
|
}
|
||||||
|
@ -90,10 +90,6 @@ public class iCo6 implements Method {
|
|||||||
this.holdings = account.getHoldings();
|
this.holdings = account.getHoldings();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Account getiCoAccount() {
|
|
||||||
return account;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double balance() {
|
public double balance() {
|
||||||
return this.holdings.getBalance();
|
return this.holdings.getBalance();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user