Skip to content

Commit e4324a5

Browse files
committed
Polishing
Make RunProcessKiller final
1 parent 310be23 commit e4324a5

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+1
-1
lines changed

spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RunMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private void join(ThreadGroup threadGroup) {
8585
while (hasNonDaemonThreads);
8686
}
8787

88-
private static class RunProcessKiller implements Runnable {
88+
private static final class RunProcessKiller implements Runnable {
8989

9090
private final RunProcess runProcess;
9191

0 commit comments

Comments
 (0)