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:
Ted Nathan Husted
2006-09-05 17:29:41 +00:00
parent 70da30113d
commit 8c36b9a3be
16 changed files with 39 additions and 41 deletions
@@ -0,0 +1,9 @@
package example;
import com.opensymphony.xwork2.ActionSupport;
/**
* Base Action class for the Tutorial package.
*/
public class ExampleSupport extends ActionSupport {
}