removed obsolete TODO

This commit is contained in:
Axel Uhl
2025-05-15 10:08:22 +02:00
parent 39709eb56f
commit 1c3aa25e4e
@@ -1200,7 +1200,7 @@ implements ReplicableSecurityService, ClearStateTestSupport {
@Override
public User internalCreateUser(String username, String email, Account... accounts) throws UserManagementException {
final User result = store.createUser(username, email, new LockingAndBanningImpl(), accounts); // TODO: get the principal as owner
final User result = store.createUser(username, email, new LockingAndBanningImpl(), accounts);
return result;
}