Skip to content
Snippets Groups Projects
Commit ade2fea3 authored by brinn's avatar brinn
Browse files

Remove TODO.

SVN: 28625
parent c776d1d2
No related branches found
No related tags found
No related merge requests found
...@@ -157,8 +157,6 @@ public final class DefaultAccessController implements IAccessController ...@@ -157,8 +157,6 @@ public final class DefaultAccessController implements IAccessController
final Set<RoleWithHierarchy> methodRoles = getMethodRoles(method); final Set<RoleWithHierarchy> methodRoles = getMethodRoles(method);
if (methodRoles.size() == 0) if (methodRoles.size() == 0)
{ {
// TODO 2008-08-07, Tomasz Pylak: why this is not a programming error? What a user
// can do if a programmer does not put an authorization annotation for a method?
final String msg = final String msg =
String.format(METHOD_ROLES_NOT_FOUND_TEMPLATE, String.format(METHOD_ROLES_NOT_FOUND_TEMPLATE,
MethodUtils.describeMethod(method)); MethodUtils.describeMethod(method));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment