RESOLVED - issue BATCH-1122: StaxEventWriter.startDocument() needs to be protected
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user