BATCH-1122: made startDocument protected

This commit is contained in:
dsyer
2009-03-06 10:22:54 +00:00
parent 5dcd2e3062
commit 6596748404

View File

@@ -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();