fixed typo

This commit is contained in:
jomu
2016-02-12 16:01:15 +00:00
parent cbee9c5ccb
commit b1fbabdfcf

View File

@ -63,7 +63,7 @@ public class AccountControl {
} }
@Transactional @Transactional
// TODO add role names from application because only application can now how its roles are named // TODO add role names from application because only application can know how its roles are named
public AccountEntity saveAccount(AccountEntity account, boolean isAdmin) { public AccountEntity saveAccount(AccountEntity account, boolean isAdmin) {
Date now = new Date(); // Todo now in UTC Date now = new Date(); // Todo now in UTC
Subject currentUser = SecurityUtils.getSubject(); Subject currentUser = SecurityUtils.getSubject();