From f656357620c87b2cdac10e5ec815436ff933ce4c Mon Sep 17 00:00:00 2001 From: Connor Lin Date: Tue, 21 Mar 2017 15:58:31 +1100 Subject: [PATCH] Remove a redundant word. --- .../test/context/web/ServletTestExecutionListener.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java index afe5dcc7199e..ad14a0fbd2a5 100644 --- a/spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java +++ b/spring-test/src/main/java/org/springframework/test/context/web/ServletTestExecutionListener.java @@ -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. @@ -97,8 +97,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}. *

Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.