lukaszlenart commented on a change in pull request #419: URL: https://github.com/apache/struts/pull/419#discussion_r429606130
########## File path: core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java ########## @@ -18,20 +18,20 @@ */ package com.opensymphony.xwork2.interceptor; -import com.opensymphony.xwork2.ActionContext; -import com.opensymphony.xwork2.ActionInvocation; -import com.opensymphony.xwork2.TextProvider; -import com.opensymphony.xwork2.XWorkConstants; +import com.opensymphony.xwork2.*; Review comment: Strange... IDEA should use `*` in case of importing more than 5 classes from the same package, fixed! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org