HtmlCollapsiblePanel has lost setCollapsed() method
---------------------------------------------------

         Key: MYFACES-770
         URL: http://issues.apache.org/jira/browse/MYFACES-770
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Versions: Nightly    
    Reporter: Wayne Fay


Rev 329572 includes method
public void setCollapsed(boolean collapsed)
{
    setValue(Boolean.valueOf(collapsed));
}

as well as
    public boolean isCollapsed() { }

Rev 329598 only has public boolean isCollapsed() { }

Both methods are inside the "generated" code section, so I can see how it would 
be easy to "lose" this method without doing it on purpose, if this is in fact a 
bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to