Merge branch '3.2.x' into 3.3.x

Closes gh-42895
This commit is contained in:
Phillip Webb
2024-10-25 18:21:14 -07:00

View File

@@ -760,7 +760,6 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
private final CharSequence[] resolved;
Elements(CharSequence source, int size, int[] start, int[] end, ElementType[] type, CharSequence[] resolved) {
super();
this.source = source;
this.size = size;
this.start = start;