mbeckerle commented on code in PR #911:
URL: https://github.com/apache/daffodil/pull/911#discussion_r1067612938


##########
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/ConvertTextStandardNumberParser.scala:
##########
@@ -89,21 +92,55 @@ trait TextDecimalVirtualPointMixin {
   }
   // $COVERAGE-ON$
 
+
+  /**
+   * Always creates an integer from a JFloat, JDouble, or JBigDecimal
+   * by scaling the argument by the virtual decimal point scaling factor.
+   *
+   * Aborts if the result of scaling is not an integer. That is, the virtual 
decimal

Review Comment:
   Fix scaladoc. Doesn't abort. See discussion at line 119. 



-- 
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]

Reply via email to