[Configuration] Make class final
This class is essential to the core library of RSS-Bridge and must not be extended. This improves predictability for the behaviour of this class.
This commit is contained in:
parent
91f7405297
commit
fd4124cda2
1 changed files with 1 additions and 3 deletions
|
@ -15,10 +15,8 @@
|
|||
* Configuration module for RSS-Bridge.
|
||||
*
|
||||
* This class implements a configuration module for RSS-Bridge.
|
||||
*
|
||||
* @todo Make this class final.
|
||||
*/
|
||||
class Configuration {
|
||||
final class Configuration {
|
||||
|
||||
/**
|
||||
* Holds the current release version of RSS-Bridge.
|
||||
|
|
Loading…
Reference in a new issue