Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 960 → Rev 1026

/backpath/trunk/src/ak/backpath/taglib/EmptyTagBase.java
66,7 → 66,7
 
public int doStartTag() throws JspException
{
if (condition())
if(condition())
return (EVAL_BODY_INCLUDE);
else
return (SKIP_BODY);