Remove unnecessary call of superclass constructor

See gh-42876
This commit is contained in:
Yanming Zhou
2024-10-25 09:19:00 +08:00
committed by Phillip Webb
parent dc32cb87f4
commit 4952fc7417

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;