From 587ec6d8d41c9f72d48adcf2e265144401ed701c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 22 Mar 2025 16:28:39 -0700 Subject: [PATCH] Fix incorrect `ConfigurationPropertyName` javadoc --- .../context/properties/source/ConfigurationPropertyName.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/ConfigurationPropertyName.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java index bd1e7f1dda0..cc90a82ab98 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java @@ -248,7 +248,7 @@ public final class ConfigurationPropertyName implements Comparable