WW-5459 Moves Action interface into org.apache.struts2.action package

This commit is contained in:
Lukasz Lenart
2024-11-02 14:19:54 +01:00
parent 3931968b1b
commit dd6bb139f7
108 changed files with 119 additions and 109 deletions
@@ -18,7 +18,7 @@
*/
package org.apache.struts2.junit;
import org.apache.struts2.Action;
import org.apache.struts2.action.Action;
import org.apache.struts2.ActionProxy;
import org.apache.struts2.dispatcher.mapper.ActionMapping;
import org.junit.Assert;
@@ -18,7 +18,7 @@
*/
package org.apache.struts2.junit;
import org.apache.struts2.Action;
import org.apache.struts2.action.Action;
import org.apache.struts2.ActionProxy;
import org.apache.struts2.dispatcher.mapper.ActionMapping;