RESOLVED - issue BATCH-1122: StaxEventWriter.startDocument() needs to be protected

This commit is contained in:
dsyer
2009-03-06 10:14:20 +00:00
parent 12d6613edd
commit f814c8b4be

View File

@@ -344,7 +344,7 @@ public class StaxEventItemWriter<T> extends ExecutionContextUserSupport implemen
* @param writer XML event writer
* @throws XMLStreamException
*/
private void startDocument(XMLEventWriter writer) throws XMLStreamException {
protected void startDocument(XMLEventWriter writer) throws XMLStreamException {
XMLEventFactory factory = XMLEventFactory.newInstance();