You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/12/17 22:38:53 UTC

[GitHub] [incubator-daffodil] bsloane1650 commented on a change in pull request #303: Daffodil 2188 typecalc bigint

bsloane1650 commented on a change in pull request #303: Daffodil 2188 typecalc bigint
URL: https://github.com/apache/incubator-daffodil/pull/303#discussion_r359066307
 
 

 ##########
 File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/ElementKindParsers.scala
 ##########
 @@ -21,7 +21,10 @@ import org.apache.daffodil.processors._
 import org.apache.daffodil.util.LogLevel
 import org.apache.daffodil.util.Maybe
 import org.apache.daffodil.exceptions.Assert
-import org.apache.daffodil.util.RangeBound
+import java.math.{BigInteger => JBigInt}
+import org.apache.daffodil.infoset.DataValue.DataValueString
 
 Review comment:
   Clean imports

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services