Commit 4c7cc58a authored by Phillip Webb's avatar Phillip Webb

Correct ApplicationPidFileWriter property javadoc

Fixes gh-2041
parent 39ee5839
......@@ -36,8 +36,7 @@ import org.springframework.util.Assert;
* An {@link ApplicationListener} that saves application PID into file. This application
* listener will be triggered exactly once per JVM, and the file name can be overridden at
* runtime with a System property or environment variable named "PIDFILE" (or "pidfile")
* or using a {@code spring.application.pidfile} property in the Spring
* {@link Environment}.
* or using a {@code spring.pidfile} property in the Spring {@link Environment}.
*
* @author Jakub Kubrynski
* @author Dave Syer
......
......@@ -61,4 +61,5 @@ public class YamlPropertySourceLoaderTests {
assertNotNull(source);
assertThat(source.getPropertyNames(), equalTo(expected.toArray(new String[] {})));
}
}
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