Author: vrubezhny
Date: 2009-05-26 10:29:18 -0400 (Tue, 26 May 2009)
New Revision: 15514
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbQuery.java
Log:
getParent()/getURI() method comments are modified
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbQuery.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbQuery.java 2009-05-26
13:52:43 UTC (rev 15513)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbQuery.java 2009-05-26
14:29:18 UTC (rev 15514)
@@ -43,7 +43,8 @@
}
/**
- * URI of tag library
+ * Returns URI of tag library for the current tag (type==TAG_NAME or
type==ATTRIBUTE_NAME or type==ATTRIBUTE_VALE) or parent tag (type==TEXT)
+ *
* @return
*/
public String getUri() {
@@ -80,8 +81,8 @@
}
/**
- * @return the name of parent tag (type==TAG_NAME) or attribute (type==ATTRIBUTE_NAME or
type==ATTRIBUTE_VALE) to set
- */
+ * @return the name of parent tag (type==TAG_NAME or type==ATTRIBUTE_NAME or type==TEXT)
or attribute (type==ATTRIBUTE_VALE)
+ */
public String getParent() {
if(type == Type.TAG_NAME) {
return getLastParentTag();
Show replies by date