From 0e77445a9a521c9215a7710b84c5a62808b88129 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 28 Jan 2019 11:37:24 +0000 Subject: [PATCH] Polish "Optimize BeanPropertyName.toDashedForm()" See gh-15779 --- .../boot/context/properties/bind/BeanPropertyName.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BeanPropertyName.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BeanPropertyName.java index 6c7eefca3c..79131ebac8 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BeanPropertyName.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BeanPropertyName.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 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.