mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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="..." />
|
||||
* <!-- END SNIPPET: example2 -->
|
||||
*
|
||||
* <!-- END SNIPPET: example3 -->
|
||||
* <!-- START SNIPPET: example3 -->
|
||||
* <s:url id="nodesUrl" namespace="/nodecorate" action="getNodes" />
|
||||
* <div style="float:left; margin-right: 50px;">
|
||||
* <sx:tree id="tree" href="%{#nodesUrl}" />
|
||||
|
||||
Reference in New Issue
Block a user