Skip to content

Commit 6ef73cd

Browse files
committed
Polish LocalDevToolsAutoConfiguration
1 parent af2b5b4 commit 6ef73cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -99,8 +99,6 @@ LiveReloadServerEventListener liveReloadServerEventListener(OptionalLiveReloadSe
9999
@ConditionalOnProperty(prefix = "spring.devtools.restart", name = "enabled", matchIfMissing = true)
100100
static class RestartConfiguration {
101101

102-
private static final Log restarterLogger = LogFactory.getLog(Restarter.class);
103-
104102
private final DevToolsProperties properties;
105103

106104
RestartConfiguration(DevToolsProperties properties) {

0 commit comments

Comments
 (0)