Skip to content

Commit 387b141

Browse files
committed
Merge branch '3.3.x'
Closes gh-42896
2 parents 28ad767 + 6d2a75f commit 387b141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ private static class Elements {
760760
private final CharSequence[] resolved;
761761

762762
Elements(CharSequence source, int size, int[] start, int[] end, ElementType[] type, CharSequence[] resolved) {
763-
super();
764763
this.source = source;
765764
this.size = size;
766765
this.start = start;

0 commit comments

Comments
 (0)