BATCH-1122: made startDocument protected
This commit is contained in:
@@ -320,7 +320,7 @@ public class StaxEventItemWriter extends ExecutionContextUserSupport implements
|
||||
* @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