Skip to content

Commit 154d305

Browse files
committed
Making class final
1 parent d0f05d6 commit 154d305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/beats/BeatsFeatureSetUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import java.io.IOException;
1313

14-
public class BeatsFeatureSetUsage extends XPackFeatureSet.Usage {
14+
public final class BeatsFeatureSetUsage extends XPackFeatureSet.Usage {
1515

1616
public BeatsFeatureSetUsage(StreamInput in) throws IOException {
1717
super(in);

0 commit comments

Comments
 (0)