Decorate abstract classes as abstract
This commit is contained in:
parent
008c19ea26
commit
5f5efa1448
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue