tuxji commented on code in PR #821:
URL: https://github.com/apache/daffodil/pull/821#discussion_r1055803274
##########
daffodil-japi/src/test/java/org/apache/daffodil/example/TestJavaAPI.java:
##########
@@ -873,7 +873,7 @@ public void testJavaAPI20() throws IOException,
ClassNotFoundException {
InputSourceDataInputStream disDP = new
InputSourceDataInputStream(fisDP);
InputSourceDataInputStream disSAX = new
InputSourceDataInputStream(fisSAX);
ByteArrayOutputStream xmlBos = new ByteArrayOutputStream();
- XMLTextInfosetOutputter outputter = new
XMLTextInfosetOutputter(xmlBos, true);
+ XMLTextInfosetOutputter outputter = new
XMLTextInfosetOutputter(xmlBos, true, null);
Review Comment:
Yes, I've marked this conversation as resolved.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]