Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Seime <arne.seime@gmail.com>
  • Loading branch information
seime committed Oct 29, 2023
1 parent 046a6e7 commit 4511147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public class BasicProfilesFactory implements ProfileFactory, ProfileTypeProvider
public BasicProfilesFactory(final @Reference ProfileTypeI18nLocalizationService profileTypeI18nLocalizationService,
final @Reference BundleResolver bundleResolver, @Reference ItemRegistry itemRegistry) {
this.profileTypeI18nLocalizationService = profileTypeI18nLocalizationService;
bundle = bundleResolver.resolveBundle(BasicProfilesFactory.class);
this.bundle = bundleResolver.resolveBundle(BasicProfilesFactory.class);
this.itemRegistry = itemRegistry;
}

Expand Down

0 comments on commit 4511147

Please sign in to comment.