Module Client, clss AccountService : Ajustement AccountService

This commit is contained in:
Notmoo 2017-08-15 00:42:20 +02:00
parent 330dc78f88
commit a10f397b06

View File

@ -18,7 +18,7 @@ public class AccountService {
} }
public boolean isAccountLoggedIn(Account account) { public boolean isCurrentAccountLoggedIn() {
return false; return false;
} }
@ -26,7 +26,7 @@ public class AccountService {
} }
public void logOutCurrentAccount(String password) { public void logOutCurrentAccount() {
} }