From 4952fc7417c29e11fccf2fda0b7b2eb5c6755994 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Fri, 25 Oct 2024 09:19:00 +0800 Subject: [PATCH] Remove unnecessary call of superclass constructor See gh-42876 --- .../context/properties/source/ConfigurationPropertyName.java | 1 - 1 file changed, 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 a374e20855..91052105ff 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 @@ -760,7 +760,6 @@ public final class ConfigurationPropertyName implements Comparable