in component-dsl/src/main/java/org/apache/aries/component/dsl/internal/ServiceRegistrationOSGiImpl.java [75:83]
private static Hashtable<String, Object> getProperties(
Map<String, ?> properties) {
if (properties == null) {
return new Hashtable<>();
}
return new Hashtable<>(properties);
}