Skip to content

Commit 457a6b8

Browse files
committed
fix merge problem
1 parent 2ee7d88 commit 457a6b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/graphql/execution/ResultPath.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ private ResultPath() {
4646
segment = null;
4747
this.level = 0;
4848
this.toStringValue = initString();
49-
this.level = 0;
5049
}
5150

5251
private ResultPath(ResultPath parent, String segment) {

0 commit comments

Comments
 (0)