From 7a2313892c04ae50e9f266aebfa5bff8a97117ab Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 7 Jan 2019 20:19:23 +0100 Subject: [PATCH 1/2] Fix typo See gh-15642 --- .../source/InvalidConfigurationPropertyValueException.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/source/InvalidConfigurationPropertyValueException.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java index 730c1c372f0..1af586d269c 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java @@ -39,7 +39,7 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException * @param name the name of the property in canonical format * @param value the value of the property, can be {@code null} * @param reason a human-readable text that describes why the reason is invalid. - * Starts with an upper-case and ends with a dots. Several sentences and carriage + * Starts with an upper-case and ends with a dot. Several sentences and carriage * returns are allowed. */ public InvalidConfigurationPropertyValueException(String name, Object value, From 02581c005adce268761f2eb091945d6813562659 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jan 2019 11:12:05 +0100 Subject: [PATCH 2/2] Polish "Fix typo" Closes gh-15642 --- .../source/InvalidConfigurationPropertyValueException.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/source/InvalidConfigurationPropertyValueException.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java index 1af586d269c..87699098280 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.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.