From 1f656e75fceaca3cb1a9e262422c7ea6a16fc0c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 22 Apr 2019 09:59:24 +0200 Subject: [PATCH] Polish "Fix UndertowWebServer's logger name" Closes gh-16613 --- .../boot/web/embedded/undertow/UndertowWebServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java index 196112a7195..5fd88caf7aa 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2018 the original author or authors. + * Copyright 2012-2019 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.