rem space
This commit is contained in:
parent
8f85353baf
commit
74c7273381
@ -43,6 +43,6 @@ public class InvestorRole extends CustomerRole {
|
||||
}
|
||||
|
||||
public String invest() {
|
||||
return String.format("Investor %s has invested %d dollars", name, amountToInvest);
|
||||
return String.format("Investor %s has invested %d dollars", name, amountToInvest);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user