This commit is contained in:
Shay Banon 2012-02-16 21:15:01 +02:00
commit c5387be07c
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() {