Polish formatting

This commit is contained in:
Phillip Webb 2015-06-23 09:45:54 -07:00
parent 2d153ca745
commit 16e7c99e4d

View File

@ -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);