Xilai Dai created CXF-5164:
------------------------------

             Summary: Wrong class name in LogUtils.getL7dLogger() of 
org.apache.cxf.aegis.databinding.XMLStreamDataWriter class
                 Key: CXF-5164
                 URL: https://issues.apache.org/jira/browse/CXF-5164
             Project: CXF
          Issue Type: Bug
          Components: OtherDatabindings
    Affects Versions: 2.7.6
            Reporter: Xilai Dai
            Priority: Minor


private static final Logger LOG = 
LogUtils.getL7dLogger(XMLStreamDataReader.class);

the "XMLStreamDataReader.class" should be "XMLStreamDataWriter.class". 
(copy/paste should be the source of this kink of problems )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to