openhab-core/bundles/org.openhab.core.addon.marketplace
Wouter Born 6fc7700ea6
Use protected modifier with constructor of abstract classes (#4010)
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>
2024-01-03 16:17:14 +01:00
..
src Use protected modifier with constructor of abstract classes (#4010) 2024-01-03 16:17:14 +01:00
.classpath Update Eclipse .classpath files (#3250) 2022-12-22 14:14:35 +01:00
.project Community Marketplace Add-on Service - initial contribution (#2405) 2021-09-14 09:04:04 +02:00
NOTICE Community Marketplace Add-on Service - initial contribution (#2405) 2021-09-14 09:04:04 +02:00
pom.xml Apply spotless after release, resolve bundles (#3953) 2023-12-22 23:14:28 +01:00