Account improved

divided into interface and implementation
This commit is contained in:
7u83
2019-01-14 08:43:24 +01:00
parent 703fe209b2
commit f5552c7b5b
21 changed files with 533 additions and 413 deletions

View File

@ -39,6 +39,6 @@ public interface Trader {
*
* @return
*/
public Account getAccount();
public AccountImpl getAccount();
}