From dbf8245c1d920570e0713a494d59b431be7810b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Apr 2019 08:43:51 +0200 Subject: [PATCH] Polish "Polish embedded tomcat setup" Closes gh-16446 --- .../boot/web/embedded/tomcat/TomcatEmbeddedContext.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/tomcat/TomcatEmbeddedContext.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatEmbeddedContext.java index 8490c9647c..39d022932a 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatEmbeddedContext.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatEmbeddedContext.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.