Author: musachy Date: Sat Sep 22 06:32:34 2007 New Revision: 578435 URL: http://svn.apache.org/viewvc?rev=578435&view=rev Log: Fixing javadocs for snippet plugin
Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java?rev=578435&r1=578434&r2=578435&view=diff ============================================================================== --- struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java (original) +++ struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java Sat Sep 22 06:32:34 2007 @@ -38,15 +38,15 @@ * Renders a tree node within a tree widget with AJAX support.<p/> * * Either of the following combinations should be used depending on if the tree - * is to be constrcted dynamically or statically. <p/> + * is to be constructed dynamically or statically. <p/> * - * <b>Dynamically</b> + * <b>Dynamically:</b> * <ul> * <li>id - id of this tree node</li> * <li>title - label to be displayed for this tree node</li> * </ul> * - * <b>Statically</b> + * <b>Statically:</b> * <ul> * <li>rootNode - the parent node of which this tree is derived from</li> * <li>nodeIdProperty - property to obtained this current tree node's id</li> @@ -61,7 +61,7 @@ * <pre> * <!-- START SNIPPET: example --> * - * <-- statically --> + * <-- statically --> * <s:tree id="..." label="..."> * <s:treenode id="..." label="..." /> * <s:treenode id="..." label="...">