From 6a0053c8bc1ccc15b14f014f8322ab128b8a255b Mon Sep 17 00:00:00 2001 From: NAIT BELKACEM Date: Thu, 17 Jan 2019 20:18:59 +0100 Subject: [PATCH 1/2] Fix typo See gh-15733 --- .../test/context/runner/AbstractApplicationContextRunner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java index 94550ae4be9..c48b78965f4 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java @@ -38,7 +38,7 @@ import org.springframework.core.io.DefaultResourceLoader; import org.springframework.util.Assert; /** - * Utility design to run and an {@link ApplicationContext} and provide AssertJ style + * Utility design to run an {@link ApplicationContext} and provide AssertJ style * assertions. The test is best used as a field of a test class, describing the shared * configuration required for the test: * From f0a20b1821b65194971ef2b398710b61104078f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Jan 2019 16:14:15 -0500 Subject: [PATCH 2/2] Polish contribution Closes gh-15733 --- .../test/context/runner/AbstractApplicationContextRunner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java index c48b78965f4..a07ace33875 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2018 the original author or authors. + * Copyright 2012-2019 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.