Browse Source

updates javadoc

pull/1097/head
spencergibb 3 years ago
parent
commit
cfa273be8f
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java

2
spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java

@ -123,7 +123,7 @@ public class BootstrapConfigurationTests { @@ -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";

Loading…
Cancel
Save