mbeckerle commented on code in PR #900:
URL: https://github.com/apache/daffodil/pull/900#discussion_r1059401614
##########
daffodil-core/src/main/scala/org/apache/daffodil/grammar/ElementBaseGrammarMixin.scala:
##########
@@ -642,7 +642,7 @@ trait ElementBaseGrammarMixin
private lazy val textConverter = {
primType match {
- case _: NodeInfo.Numeric.Kind => ConvertTextNumberPrim(this)
+ case _: NodeInfo.Numeric.Kind => ConvertTextNumberStandardPrim(this)
Review Comment:
Yes, there are two kinds of textNumberRep, standard and zoned.
The renaming is because this class is specifically about standard numbers,
and the corresponding classes about zoned have "Zoned" in their names.
--
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]