Skip to content

Commit 7ea56a2

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-34419
2 parents 73ba797 + 673a39a commit 7ea56a2

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/GracefulShutdown.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 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.
@@ -39,7 +39,7 @@
3939
*/
4040
final class GracefulShutdown {
4141

42-
private static final Log logger = LogFactory.getLog(JettyWebServer.class);
42+
private static final Log logger = LogFactory.getLog(GracefulShutdown.class);
4343

4444
private final Server server;
4545

0 commit comments

Comments
 (0)