Skip to content

Commit b4530e1

Browse files
committed
Merge pull request #1361 from linbaiye:fix-typo
* pr/1361: Remove a redundant word
2 parents 0bcdec7 + c8fd4cb commit b4530e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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}.

0 commit comments

Comments
 (0)