Module Client, clss AccountService : Ajustement AccountService

This commit is contained in:
Notmoo 2017-08-15 00:42:20 +02:00
parent 330dc78f88
commit a10f397b06
1 changed files with 2 additions and 2 deletions

View File

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