Shanedell commented on code in PR #875: URL: https://github.com/apache/daffodil/pull/875#discussion_r1023199359
########## 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: Should this go for each file it is in? I am seeing this in these files ```txt daffodil-lib/src/main/scala/org/apache/daffodil/exceptions/Assert.scala --> line 32 daffodil-runtime1/src/main/scala/org/apache/daffodil/infoset/JsonInfosetOutputter.scala --> line 28 daffodil-runtime1/src/main/scala/org/apache/daffodil/infoset/XMLTextInfosetOutputter.scala --> line 35 (item commented on) ``` -- 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]
