Mark ShardRecoveryShandler class as final

This commit is contained in:
Lee Hinman 2014-11-07 09:49:38 +01:00
parent 79c4f53c21
commit eb1add5eda
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ import java.util.concurrent.atomic.AtomicReference;
* everything relating to copying the segment files as well as sending translog
* operations across the wire once the segments have been copied.
*/
public class ShardRecoveryHandler implements Engine.RecoveryHandler {
public final class ShardRecoveryHandler implements Engine.RecoveryHandler {
private final ESLogger logger;
// Shard that is going to be recovered (the "source")