[ http://issues.apache.org/jira/browse/ADFFACES-203?page=comments#action_12438261 ] Adam Winer commented on ADFFACES-203: -------------------------------------
I really don't want to remove the single String renderStyleClass(); this method is so commonly called that avoiding the String array creation (needed for varargs) is valuable. > overhaul CoreRenderer.renderStyleClasses() for usage with String[] of size 1 > ---------------------------------------------------------------------------- > > Key: ADFFACES-203 > URL: http://issues.apache.org/jira/browse/ADFFACES-203 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Reporter: Matthias Weßendorf > Assigned To: Matthias Weßendorf > Priority: Minor > Attachments: patch203.patch > > > Ensure an efficient algor. for usage of renderStyleClasses() w/ an array of > size one. -- 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
