mbeckerle commented on a change in pull request #12: Revised daffodil-io module to require passing in a FormatInfo object. URL: https://github.com/apache/incubator-daffodil/pull/12#discussion_r157904917
########## File path: daffodil-io/src/main/scala/edu/illinois/ncsa/daffodil/io/DataOutputStream.scala ########## @@ -195,19 +195,15 @@ trait DataOutputStream extends DataStreamCommon * Returns number of bytes transferred. Stops when the bitLimit is * encountered if one is defined. */ - def putBytes(ba: Array[Byte], finfo: FormatInfo): Long Review comment: Remove commented code. Move scaladoc to private/protected member of derived class. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services