Skip to:
There’s no use case for instantiating StatusMetadata as opposed to one of its subclasses. It should as a result always have been abstract, and we should make that the case now.
StatusMetadata
abstract
Done, commit cc9753f6d66db2f472d308b5360bb70cd282322e
There’s no use case for instantiating
StatusMetadata
as opposed to one of its subclasses. It should as a result always have beenabstract
, and we should make that the case now.