mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge pull request #42876 from quaff
* pr/42876: Remove unnecessary call of superclass constructor Closes gh-42876
This commit is contained in:
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user