remove merge comments

This commit is contained in:
Sebastian Sdorra
2017-01-12 20:51:55 +01:00
parent fc6287fd40
commit 0a22bc9919

View File

@@ -77,15 +77,9 @@ public class AdminSecurityFilter extends SecurityFilter
/** /**
* Returns {@code true} if the subject has the admin role. * Returns {@code true} if the subject has the admin role.
* *
<<<<<<< working copy
* @param subject
*
* @return
=======
* @param subject subject * @param subject subject
* *
* @return {@code true} if the subject has the admin role * @return {@code true} if the subject has the admin role
>>>>>>> merge rev
*/ */
@Override @Override
protected boolean hasPermission(Subject subject) protected boolean hasPermission(Subject subject)