stevedlawrence commented on code in PR #875: URL: https://github.com/apache/daffodil/pull/875#discussion_r1023123304
########## daffodil-runtime1/src/main/scala/org/apache/daffodil/infoset/XMLTextInfosetOutputter.scala: ########## @@ -35,11 +35,6 @@ import org.apache.daffodil.util.Indentable class XMLTextInfosetOutputter private (writer: java.io.Writer, pretty: Boolean, dummy: Int) Review Comment: Can we now remove this dummy parameter? I think that was used just for disambiguating between constructors, but that shouldn't be needed anymore. -- 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]
