Commit 7d182028 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove unecessary modifier

parent 2beae9ad
......@@ -190,7 +190,7 @@ public class ApplicationPidFileWriter implements
/**
* Provides access to a property value.
*/
private static interface Property {
private interface Property {
String getValue(SpringApplicationEvent 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