Remove unecessary modifier

pull/4083/merge
Stephane Nicoll 9 years ago
parent 2beae9ad2a
commit 7d182028af

@ -190,7 +190,7 @@ public class ApplicationPidFileWriter implements
/** /**
* Provides access to a property value. * Provides access to a property value.
*/ */
private static interface Property { private interface Property {
String getValue(SpringApplicationEvent event); String getValue(SpringApplicationEvent event);

Loading…
Cancel
Save