Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jan 31, 2025
1 parent 5fb0e56 commit 07b7fda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ public WeldApplicationContainer load(WeldContainer container, DeploymentContext
}

BundleDescriptor bundle = (webBundleDescriptor != null) ? webBundleDescriptor : ejbBundle;
if (bundle != null
&& (!beanDeploymentArchive.getBeansXml().getBeanDiscoveryMode().equals(NONE) || forceInitialisation(context))) {
if (bundle != null && (!beanDeploymentArchive.getBeansXml().getBeanDiscoveryMode().equals(NONE)
|| forceInitialisation(context))) {
// Register EE injection manager at the bean deployment archive level.
// We use the generic InjectionService service to handle all EE-style
// injection instead of the per-dependency-type InjectionPoint approach.
Expand Down

0 comments on commit 07b7fda

Please sign in to comment.