From cfa273be8fa64fbebc4dd946ed11856700986662 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Tue, 13 Jul 2021 17:51:25 -0400 Subject: [PATCH] updates javadoc --- .../cloud/bootstrap/config/BootstrapConfigurationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java b/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java index c709d5dd..7d9228ae 100644 --- a/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java +++ b/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java @@ -123,7 +123,7 @@ public class BootstrapConfigurationTests { /** * Running the test from maven will start from a different directory then starting it * from intellij - * @return + * @return external properties resource location */ private String getExternalProperties() { String externalPropertiesPath = "classpath:external-properties/bootstrap.properties";