This commit is contained in:
Simon Willnauer 2015-06-18 21:39:34 +02:00
parent 4c869cdf61
commit 2e762f078d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class RecoveryStats implements ToXContent, Streamable {
}
/**
* Number of ongoing recoveries for which a shard serves as a source
* Number of ongoing recoveries for which a shard serves as a target
*/
public int currentAsTarget() {
return currentAsTarget.get();