fix typo
This commit is contained in:
parent
4c869cdf61
commit
2e762f078d
|
@ -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() {
|
public int currentAsTarget() {
|
||||||
return currentAsTarget.get();
|
return currentAsTarget.get();
|
||||||
|
|
Loading…
Reference in New Issue