Remove a redundant word

Closes gh-1361
This commit is contained in:
Connor Lin 2017-03-21 15:58:31 +11:00 committed by Stephane Nicoll
parent 79d747410d
commit 8289bf0aff
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2016 the original author or authors.
* Copyright 2002-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -96,8 +96,8 @@ public class ServletTestExecutionListener extends AbstractTestExecutionListener
ServletTestExecutionListener.class, "createdByTheTestContextFramework");
/**
* Attribute name for a {@link TestContext} attribute which indicates that that
* the {@code ServletTestExecutionListener} should be activated. When not set to
* Attribute name for a {@link TestContext} attribute which indicates that the
* {@code ServletTestExecutionListener} should be activated. When not set to
* {@code true}, activation occurs when the {@linkplain TestContext#getTestClass()
* test class} is annotated with {@link WebAppConfiguration @WebAppConfiguration}.
* <p>Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.