Skip to content

Commit

Permalink
DXP-543 fix osgi config
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-boguski-ds committed Mar 20, 2024
1 parent c32454e commit 60d8d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pl.ds.starter.puresight.cms.services.TemplateBasedComponentRuntimeConfigService;

@Component(service = TemplateBasedComponentRuntimeConfigService.class)
@Designate(ocd = NewsletterConfigServiceImpl.Config.class)
@Designate(ocd = TemplateBasedComponentRuntimeConfigServiceImpl.Config.class)
public class TemplateBasedComponentRuntimeConfigServiceImpl implements
TemplateBasedComponentRuntimeConfigService {

Expand Down

0 comments on commit 60d8d46

Please sign in to comment.