File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-test/src/main/java/org/springframework/test/context/web Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -96,8 +96,8 @@ public class ServletTestExecutionListener extends AbstractTestExecutionListener
96
96
ServletTestExecutionListener .class , "createdByTheTestContextFramework" );
97
97
98
98
/**
99
- * Attribute name for a {@link TestContext} attribute which indicates that that
100
- * the {@code ServletTestExecutionListener} should be activated. When not set to
99
+ * Attribute name for a {@link TestContext} attribute which indicates that the
100
+ * {@code ServletTestExecutionListener} should be activated. When not set to
101
101
* {@code true}, activation occurs when the {@linkplain TestContext#getTestClass()
102
102
* test class} is annotated with {@link WebAppConfiguration @WebAppConfiguration}.
103
103
* <p>Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.
You can’t perform that action at this time.
0 commit comments