From b1fbabdfcf737e88c9efd0f5e4c09c743fa28256 Mon Sep 17 00:00:00 2001 From: jomu Date: Fri, 12 Feb 2016 16:01:15 +0000 Subject: [PATCH] fixed typo --- .../shared/account/business/account/AccountControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/src/main/java/de/muehlencord/shared/account/business/account/AccountControl.java b/account/src/main/java/de/muehlencord/shared/account/business/account/AccountControl.java index 7a767f4..db5e168 100644 --- a/account/src/main/java/de/muehlencord/shared/account/business/account/AccountControl.java +++ b/account/src/main/java/de/muehlencord/shared/account/business/account/AccountControl.java @@ -63,7 +63,7 @@ public class AccountControl { } @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) { Date now = new Date(); // Todo now in UTC Subject currentUser = SecurityUtils.getSubject();