This commit is contained in:
Jan Fiedler 2012-02-16 15:26:52 +01:00
parent 4a8d6deae6
commit 1e14a30d4c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class NodeIndicesStats implements Streamable, Serializable, ToXContent {
}
public RefreshStats refresh() {
return this.refresh();
return this.refreshStats;
}
public RefreshStats getRefresh() {