Skip to content

Commit

Permalink
Replace GenerateIdStage constructor with property
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 8, 2024
1 parent 212653a commit 72c660c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
Set the item's ID attribute to the static string "_".
-->
<bean id="setStaticID" parent="mda.GenerateIdStage">
<constructor-arg>
<property name="generator">
<bean parent="ukf.FixedStringIdentifierGenerationStrategy" c:_="_"/>
</constructor-arg>
</property>
</bean>
</list>
</property>
Expand Down
4 changes: 2 additions & 2 deletions mdx/uk/mdq-multisign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@

<!-- Set ID and cacheDuration attributes. -->
<bean parent="mda.GenerateIdStage">
<constructor-arg>
<property name="generator">
<bean parent="ukf.FixedStringIdentifierGenerationStrategy" c:_="_"/>
</constructor-arg>
</property>
</bean>
<bean parent="mda.SetCacheDurationStage" p:cacheDuration="${cacheDuration.perEntity.duration}"/>

Expand Down

0 comments on commit 72c660c

Please sign in to comment.