mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-3714 Move new Result class into result package
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
package org.apache.struts.beanvalidation;
|
||||
|
||||
import org.apache.struts2.ActionInvocation;
|
||||
import org.apache.struts2.Result;
|
||||
import org.apache.struts2.result.Result;
|
||||
|
||||
public class VoidResult implements Result {
|
||||
public void execute(ActionInvocation invocation) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user