Remove unecessary modifier

This commit is contained in:
Stephane Nicoll
2015-10-03 09:11:32 +02:00
parent 2beae9ad2a
commit 7d182028af

View File

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