Skip to content

Commit 8289bf0

Browse files
linbaiyesnicoll
authored andcommitted
Remove a redundant word
Closes gh-1361
1 parent 79d7474 commit 8289bf0

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.
@@ -96,8 +96,8 @@ public class ServletTestExecutionListener extends AbstractTestExecutionListener
9696
ServletTestExecutionListener.class, "createdByTheTestContextFramework");
9797

9898
/**
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
101101
* {@code true}, activation occurs when the {@linkplain TestContext#getTestClass()
102102
* test class} is annotated with {@link WebAppConfiguration @WebAppConfiguration}.
103103
* <p>Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.

0 commit comments

Comments
 (0)