Polish LocalDevToolsAutoConfiguration
This commit is contained in:
parent
af2b5b4571
commit
6ef73cddb2
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2012-2022 the original author or authors.
|
||||
* Copyright 2012-2023 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -99,8 +99,6 @@ public class LocalDevToolsAutoConfiguration {
|
|||
@ConditionalOnProperty(prefix = "spring.devtools.restart", name = "enabled", matchIfMissing = true)
|
||||
static class RestartConfiguration {
|
||||
|
||||
private static final Log restarterLogger = LogFactory.getLog(Restarter.class);
|
||||
|
||||
private final DevToolsProperties properties;
|
||||
|
||||
RestartConfiguration(DevToolsProperties properties) {
|
||||
|
|
Loading…
Reference in New Issue