Move @Mock annotations
Update a couple of tests to use the more traditional `@Mock` annotation placement. Issue gh-8945
This commit is contained in:
+2
-1
@@ -59,7 +59,8 @@ public class AnnotationSecurityAspectTests {
|
||||
|
||||
private AffirmativeBased adm;
|
||||
|
||||
private @Mock AuthenticationManager authman;
|
||||
@Mock
|
||||
private AuthenticationManager authman;
|
||||
|
||||
private TestingAuthenticationToken anne = new TestingAuthenticationToken("anne", "", "ROLE_A");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user