diff --git a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java index acaa3fd82..5c0e5f59f 100644 --- a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java +++ b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java @@ -37,9 +37,9 @@ import com.opensymphony.xwork2.util.ValueStack; * * Renders a tree widget with AJAX support.
* - * The id attribute is normally specified, such that it could be looked up using - * javascript if necessary. The id attribute is required, if the "treeSelectedTopic" - * is going to be used. + * The "id "attribute is normally specified, such that it could be looked up using + * javascript if necessary. The "id" attribute is required if the "treeSelectedTopic" + * attribute is going to be used. * * *