From 7d182028af958c146963ec4937353888ff8dbeb2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 3 Oct 2015 09:11:32 +0200 Subject: [PATCH] Remove unecessary modifier --- .../boot/actuate/system/ApplicationPidFileWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/system/ApplicationPidFileWriter.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/system/ApplicationPidFileWriter.java index 42baf60a97..9c65846fb5 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/system/ApplicationPidFileWriter.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/system/ApplicationPidFileWriter.java @@ -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);