Why do we need that again?

This commit is contained in:
Acrobot 2013-02-08 19:42:43 +01:00
parent 4415b52986
commit 5cbff43379
2 changed files with 0 additions and 8 deletions

View File

@ -98,10 +98,6 @@ public class iCo5 implements Method {
this.holdings = account.getHoldings();
}
public Account getiCoAccount() {
return account;
}
public double balance() {
return this.holdings.balance();
}

View File

@ -90,10 +90,6 @@ public class iCo6 implements Method {
this.holdings = account.getHoldings();
}
public Account getiCoAccount() {
return account;
}
public double balance() {
return this.holdings.getBalance();
}