Fixing javadocs for snippet plugin

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-09-22 13:28:28 +00:00
parent d8f865dcc4
commit 71130ad3d4
@@ -52,7 +52,7 @@ import com.opensymphony.xwork2.util.ValueStack;
* <s:treenode id="..." label="...">
* <s:treenode id="..." label="..." />
* <s:treenode id="..." label="..." />
* &;lt;/s:treenode>
* </s:treenode>
* <s:treenode id="..." label="..." />
* </s:tree>
* <!-- END SNIPPET: example1 -->
@@ -66,7 +66,7 @@ import com.opensymphony.xwork2.util.ValueStack;
* childCollectionProperty="..." /&gt;
* <!-- END SNIPPET: example2 -->
*
* <!-- END SNIPPET: example3 -->
* <!-- START SNIPPET: example3 -->
* &lt;s:url id="nodesUrl" namespace="/nodecorate" action="getNodes" /&gt;
* &lt;div style="float:left; margin-right: 50px;"&gt;
* &lt;sx:tree id="tree" href="%{#nodesUrl}" /&gt;