Skip to content

Commit

Permalink
Making class final
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jul 9, 2018
1 parent d0f05d6 commit 154d305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import java.io.IOException;

public class BeatsFeatureSetUsage extends XPackFeatureSet.Usage {
public final class BeatsFeatureSetUsage extends XPackFeatureSet.Usage {

public BeatsFeatureSetUsage(StreamInput in) throws IOException {
super(in);
Expand Down

0 comments on commit 154d305

Please sign in to comment.