Remove unnecessary call of superclass constructor
See gh-42876
This commit is contained in:
committed by
Phillip Webb
parent
dc32cb87f4
commit
4952fc7417
@@ -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