WW-1483 Fix typo

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@476306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Mitchell
2006-11-17 20:40:19 +00:00
parent a1286ab879
commit 9e8d44ebde
+1 -1
View File
@@ -3,7 +3,7 @@ Struts Custom Tagdoclet
The provided xdoclet templates are based on original xdoclet distribution templates for tld generation.
The annotations may be used for classes extending TagSupport or oa.struts2.components.Component. If used in component
The annotations may be used for classes extending TagSupport or org.apache.struts2.components.Component. If used in component
classes, you will also need a TagSupport wrapper class to generate valid tld (see @a2:tag#tld-tag-class).
Following a description of the provided tags and their parameters: