Skip to content

Commit 9d6cfba

Browse files
committed
Merge pull request #42876 from quaff
* pr/42876: Remove unnecessary call of superclass constructor Closes gh-42876
2 parents dc32cb8 + 4952fc7 commit 9d6cfba

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)