Skip to content

Commit

Permalink
Make SegmentReplicationTargetService component final so that it can not
Browse files Browse the repository at this point in the history
be extended by plugins.

Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 committed May 27, 2022
1 parent 4c3e74d commit d07ee74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*
* @opensearch.internal
*/
public class SegmentReplicationTargetService implements IndexEventListener {
public final class SegmentReplicationTargetService implements IndexEventListener {

private static final Logger logger = LogManager.getLogger(SegmentReplicationTargetService.class);

Expand Down

0 comments on commit d07ee74

Please sign in to comment.