Skip to content

Commit

Permalink
ACS-5506 Correct Nodes bean
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Jul 4, 2023
1 parent 0c31dbb commit e3c18b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@
<property name="authorityService" ref="AuthorityService" />
<property name="authorityDAO" ref="authorityDAO" />
<property name="people" ref="people"/>
<property name="nodes" ref="nodes"/>
<property name="nodes" ref="Nodes"/>
</bean>

<bean id="Groups" class="org.springframework.aop.framework.ProxyFactoryBean">
Expand Down

0 comments on commit e3c18b3

Please sign in to comment.