mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
6fc7700ea6
Abstract classes should not have public constructors. Constructors of abstract classes can only be called in constructors of their subclasses. So there is no point in making them public. The protected modifier should be enough. Signed-off-by: Wouter Born <github@maindrain.net> |
||
---|---|---|
.. | ||
pages | ||
src/main | ||
.classpath | ||
.project | ||
NOTICE | ||
pom.xml |