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";