Clean up warnings in AccessControlListTagTests

This commit is contained in:
Rob Winch 2012-08-02 09:49:19 -05:00
parent 4b86d49a9a
commit f441c352f6

View File

@ -43,6 +43,7 @@ public class AccessControlListTagTests {
Authentication bob = new TestingAuthenticationToken("bob","bobspass","A");
@Before
@SuppressWarnings("rawtypes")
public void setup() {
SecurityContextHolder.getContext().setAuthentication(bob);
tag = new AccessControlListTag();