From 0cd21aa55f79d6b36890172f0cf28b880c0f1f34 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 19 Aug 2015 20:52:36 +0200 Subject: [PATCH] Fix typo in Javadoc for TestContextBootstrapper --- .../springframework/test/context/TestContextBootstrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java b/spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java index d33c3db8da..2ec2b7d415 100644 --- a/spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java +++ b/spring-test/src/main/java/org/springframework/test/context/TestContextBootstrapper.java @@ -99,7 +99,7 @@ public interface TestContextBootstrapper { *
  • If a {@code ContextLoader} class has been explicitly declared via * {@link ContextConfiguration#loader}, use it.
  • *
  • Otherwise, concrete implementations are free to determine which - * {@code ContextLoader} class to use as as default.
  • + * {@code ContextLoader} class to use as a default. * * @return the merged context configuration, never {@code null} * @see #buildTestContext()