Decorate abstract classes as abstract

This commit is contained in:
Travis Ralston 2020-07-28 16:15:09 -06:00
parent 008c19ea26
commit 5f5efa1448
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ import { SettingLevel } from "../SettingLevel";
* This is not intended to replace the functionality of a SettingsHandler, it is only
* intended to handle environmental factors for specific settings.
*/
export default class SettingController {
export default abstract class SettingController {
/**
* Gets the overridden value for the setting, if any. This must return null if the
* value is not to be overridden, otherwise it must return the new value.