From ed7618b0977a06616c9d1955bde055a58671c276 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 24 Mar 2018 18:33:05 +0100 Subject: [PATCH] Polish "Avoid string copies in SpringBootBanner" Closes gh-12591 --- .../main/java/org/springframework/boot/SpringBootBanner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringBootBanner.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringBootBanner.java index 0a772ec710..8b144e2b79 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringBootBanner.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringBootBanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 the original author or authors. + * Copyright 2012-2018 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.