mirror of
https://github.com/apache/struts.git
synced 2026-08-31 03:14:28 +00:00
WW-1340 In blank, rename "tutorial" module to "example", to better indicate why it is there.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@440415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package example;
|
||||
|
||||
import com.opensymphony.xwork2.ActionSupport;
|
||||
|
||||
/**
|
||||
* Base Action class for the Tutorial package.
|
||||
*/
|
||||
public class ExampleSupport extends ActionSupport {
|
||||
}
|
||||
Reference in New Issue
Block a user