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 11/*
2- * Copyright 2002-2016 the original author or authors.
2+ * Copyright 2002-2017 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -97,8 +97,8 @@ public class ServletTestExecutionListener extends AbstractTestExecutionListener
9797 ServletTestExecutionListener .class , "createdByTheTestContextFramework" );
9898
9999 /**
100- * Attribute name for a {@link TestContext} attribute which indicates that that
101- * the {@code ServletTestExecutionListener} should be activated. When not set to
100+ * Attribute name for a {@link TestContext} attribute which indicates that the
101+ * {@code ServletTestExecutionListener} should be activated. When not set to
102102 * {@code true}, activation occurs when the {@linkplain TestContext#getTestClass()
103103 * test class} is annotated with {@link WebAppConfiguration @WebAppConfiguration}.
104104 * <p>Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.
You can’t perform that action at this time.
0 commit comments