Skip to content

Commit 90f3c75

Browse files
Make abstract
1 parent 0234193 commit 90f3c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/settings/BaseSettingsUpdater.java

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

1818
import static org.elasticsearch.common.settings.AbstractScopedSettings.ARCHIVED_SETTINGS_PREFIX;
1919

20-
public class BaseSettingsUpdater {
20+
public abstract class BaseSettingsUpdater {
2121
protected final AbstractScopedSettings scopedSettings;
2222

2323
public BaseSettingsUpdater(AbstractScopedSettings scopedSettings) {

0 commit comments

Comments
 (0)