This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch WW-5334-velocity-manager in repository https://gitbox.apache.org/repos/asf/struts.git
commit 2d6fe8430158db33d54f457568821136b7c18132 Author: Kusal Kithul-Godage <g...@kusal.io> AuthorDate: Thu Aug 17 18:57:13 2023 +1000 WW-5334 Remove unused imports ContextUtil --- core/src/main/java/org/apache/struts2/views/util/ContextUtil.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/org/apache/struts2/views/util/ContextUtil.java b/core/src/main/java/org/apache/struts2/views/util/ContextUtil.java index f021845d5..941321c4d 100644 --- a/core/src/main/java/org/apache/struts2/views/util/ContextUtil.java +++ b/core/src/main/java/org/apache/struts2/views/util/ContextUtil.java @@ -18,10 +18,8 @@ */ package org.apache.struts2.views.util; -import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.util.ValueStack; -import org.apache.struts2.StrutsConstants; import org.apache.struts2.util.StrutsUtil; import org.apache.struts2.views.jsp.ui.OgnlTool;