Skip to content

Commit

Permalink
WW-5336 Move XML comment to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalk committed Aug 22, 2023
1 parent 2155411 commit 6e5a1a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/resources/struts-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
<bean type="ognl.MethodAccessor" name="com.opensymphony.xwork2.util.CompoundRoot"
class="com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor"/>

<bean class="org.apache.struts2.views.jsp.ui.OgnlTool"/> <!-- Deprecated since 6.3.0 -->
<!-- Deprecated since 6.3.0, inject OgnlUtil directly instead, or use StrutsUtil -->
<bean class="org.apache.struts2.views.jsp.ui.OgnlTool"/>

<bean type="org.apache.struts2.dispatcher.StaticContentLoader"
class="org.apache.struts2.dispatcher.DefaultStaticContentLoader" name="struts"/>
Expand Down

0 comments on commit 6e5a1a0

Please sign in to comment.