mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[7.x] Fix assignment
Backport of https://github.com/elastic/elasticsearch/pull/48216
This commit is contained in:
parent
144e8a0f1a
commit
aa29567e11
@ -206,7 +206,7 @@ public class TreeNode implements ToXContentObject {
|
||||
private Integer rightChild;
|
||||
|
||||
public Builder(int nodeIndex) {
|
||||
nodeIndex = nodeIndex;
|
||||
this.nodeIndex = nodeIndex;
|
||||
}
|
||||
|
||||
private Builder() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user