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

@ -19,7 +19,7 @@ limitations under the License.
* Represents the base class for all level handlers. This class performs no logic
* and should be overridden.
*/
export default class SettingsHandler {
export default abstract class SettingsHandler {
/**
* Gets the value for a particular setting at this level for a particular room.
* If no room is applicable, the roomId may be null. The roomId may not be