Update of /cvsroot/ejtools/libraries/taglib/src/main/net/sourceforge/ejtools/servlet/http/jsp/tagext
In directory usw-pr-cvs1:/tmp/cvs-serv16382/taglib/src/main/net/sourceforge/ejtools/servlet/http/jsp/tagext
Modified Files:
BeanContextTreeTag.java
Log Message:
Pretty print code
Index: BeanContextTreeTag.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/taglib/src/main/net/sourceforge/ejtools/servlet/http/jsp/tagext/BeanContextTreeTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BeanContextTreeTag.java 24 May 2002 21:07:06 -0000 1.2
--- BeanContextTreeTag.java 30 May 2002 21:44:20 -0000 1.3
***************
*** 41,46 ****
* Description of the Method
*
! * @return Description of the Returned Value
! * @exception JspException Description of Exception
*/
public int doStartTag() throws JspException
--- 41,46 ----
* Description of the Method
*
! * @return Description of the Return Value
! * @exception JspException Description of the Exception
*/
public int doStartTag() throws JspException
***************
*** 88,94 ****
/**
! * Getter for the ignore attribute
*
! * @return The value of ignore attribute
*/
public boolean getIgnore()
--- 88,94 ----
/**
! * Gets the ignore attribute of the BeanContextTreeTag object
*
! * @return The ignore value
*/
public boolean getIgnore()
***************
*** 131,135 ****
! /** Release all allocated resources. */
public void release()
{
--- 131,135 ----
! /** Description of the Method */
public void release()
{
|