mbeckerle commented on a change in pull request #83: Adding value of 'bcd' to 
binaryCalendarRep
URL: https://github.com/apache/incubator-daffodil/pull/83#discussion_r203413448
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/PackedBinaryTraits.scala
 ##########
 @@ -179,4 +179,8 @@ abstract class PackedBinaryDecimalDelimitedBaseParser(
       return
     }
   }
+
+  def writeResult(state: PState, num: BigDecimal) {
 
 Review comment:
   Why is this num a BigDecimal, not JBigDecimal? 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to