We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee7d88 commit 457a6b8Copy full SHA for 457a6b8
1 file changed
src/main/java/graphql/execution/ResultPath.java
@@ -46,7 +46,6 @@ private ResultPath() {
46
segment = null;
47
this.level = 0;
48
this.toStringValue = initString();
49
- this.level = 0;
50
}
51
52
private ResultPath(ResultPath parent, String segment) {
0 commit comments