Alfred Nathaniel (JIRA) wrote:
     [ http://issues.apache.org/jira/browse/COCOON-1691?page=all ]

Alfred Nathaniel updated COCOON-1691:
-------------------------------------

      Component: Blocks: Databases
                     (was: Blocks: XSP)
    Fix Version: 2.1.9-dev (current SVN)

Damn it, the ESQL logicsheet escaped my renaming exercise.  Our pre-release 
testing really sucks...

Fix for 2.1.9-dev and trunk committed.

Still this change can break existing 3rd party logicsheets relying on existance of xspAttr. I'd suggest adding a line...


138:    public void generate() throws ... {
139:      final AttributesImpl xspAttr = _xspAttr;


As well as changing line 122 to add final modifier:

122:    private final AttributesImpl _xspAttr = new AttributesImpl();


Vadim

Reply via email to