axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/SJSXPOutputFactoryWrapper.java [45:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding)
            throws XMLStreamException {
        if (encoding == null) {
            throw new IllegalArgumentException();
        } else {
            return super.createXMLStreamWriter(stream, encoding);
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/Woodstox4OutputFactoryWrapper.java [45:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding)
            throws XMLStreamException {
        if (encoding == null) {
            throw new IllegalArgumentException();
        } else {
            return super.createXMLStreamWriter(stream, encoding);
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



