mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Clean up warnings in AccessControlListTagTests
This commit is contained in:
parent
4b86d49a9a
commit
f441c352f6
@ -43,6 +43,7 @@ public class AccessControlListTagTests {
|
|||||||
Authentication bob = new TestingAuthenticationToken("bob","bobspass","A");
|
Authentication bob = new TestingAuthenticationToken("bob","bobspass","A");
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
|
@SuppressWarnings("rawtypes")
|
||||||
public void setup() {
|
public void setup() {
|
||||||
SecurityContextHolder.getContext().setAuthentication(bob);
|
SecurityContextHolder.getContext().setAuthentication(bob);
|
||||||
tag = new AccessControlListTag();
|
tag = new AccessControlListTag();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user