Fixed #1706
This commit is contained in:
parent
4a8d6deae6
commit
1e14a30d4c
|
@ -138,7 +138,7 @@ public class NodeIndicesStats implements Streamable, Serializable, ToXContent {
|
|||
}
|
||||
|
||||
public RefreshStats refresh() {
|
||||
return this.refresh();
|
||||
return this.refreshStats;
|
||||
}
|
||||
|
||||
public RefreshStats getRefresh() {
|
||||
|
|
Loading…
Reference in New Issue