[
https://issues.apache.org/jira/browse/WW-5338?focusedWorklogId=883351&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-883351
]
ASF GitHub Bot logged work on WW-5338:
--------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/23 13:49
Start Date: 04/Oct/23 13:49
Worklog Time Spent: 10m
Work Description: kusalk commented on code in PR #758:
URL: https://github.com/apache/struts/pull/758#discussion_r1345831172
##########
plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java:
##########
@@ -56,8 +56,7 @@
import static java.lang.String.format;
import static java.util.Collections.emptyList;
import static java.util.stream.Collectors.joining;
-import static java.util.stream.Collectors.toList;
-import static org.apache.struts2.views.util.ContextUtil.OGNL;
+import static java.util.stream.Collectors.toList;;
Review Comment:
Double semicolon 😁
##########
plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java:
##########
@@ -56,8 +56,7 @@
import static java.lang.String.format;
import static java.util.Collections.emptyList;
import static java.util.stream.Collectors.joining;
-import static java.util.stream.Collectors.toList;
-import static org.apache.struts2.views.util.ContextUtil.OGNL;
+import static java.util.stream.Collectors.toList;;
Review Comment:
Double semicolon 😁
Issue Time Tracking
-------------------
Worklog Id: (was: 883351)
Time Spent: 1h (was: 50m)
> Remove deprecated OgnlTool
> --------------------------
>
> Key: WW-5338
> URL: https://issues.apache.org/jira/browse/WW-5338
> Project: Struts 2
> Issue Type: Improvement
> Components: Core Actions
> Reporter: Lukasz Lenart
> Priority: Major
> Fix For: 6.4.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)