Commit 16e7c99e authored by Phillip Webb's avatar Phillip Webb

Polish formatting

parent 2d153ca7
...@@ -460,7 +460,8 @@ public class ConfigFileApplicationListenerTests { ...@@ -460,7 +460,8 @@ public class ConfigFileApplicationListenerTests {
@Test @Test
public void absoluteResourceDefaultsToFile() throws Exception { public void absoluteResourceDefaultsToFile() throws Exception {
String location = new File("src/test/resources/specificlocation.properties").getAbsolutePath(); String location = new File("src/test/resources/specificlocation.properties")
.getAbsolutePath();
EnvironmentTestUtils.addEnvironment(this.environment, "spring.config.location:" EnvironmentTestUtils.addEnvironment(this.environment, "spring.config.location:"
+ location); + location);
this.initializer.onApplicationEvent(this.event); this.initializer.onApplicationEvent(this.event);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment