SEC-2688: Remove ORDER constant

This commit is contained in:
Rob Winch 2014-08-15 21:14:12 -05:00
parent 6321665353
commit 533b71b9b8
1 changed files with 1 additions and 3 deletions

View File

@ -41,12 +41,10 @@ import org.springframework.test.web.servlet.MockMvc;
* @author Rob Winch
* @since 4.0
*/
@Order(WithSecurityContextTestExecutionListener.ORDER)
@Order(1000)
public class WithSecurityContextTestExecutionListener extends
AbstractTestExecutionListener {
public static final int ORDER = 1000;
/**
* Sets up the {@link SecurityContext} for each test method. First the
* specific method is inspected for a {@link WithSecurityContext} or {@link Annotation}