stevedlawrence commented on a change in pull request #218: Implement dfdl:choiceLength='explicit' URL: https://github.com/apache/incubator-daffodil/pull/218#discussion_r286260200
########## File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/Parser.scala ########## @@ -29,10 +30,12 @@ import org.apache.daffodil.processors.ElementRuntimeData import org.apache.daffodil.processors.Processor import org.apache.daffodil.processors.RuntimeData import org.apache.daffodil.processors.Success +import org.apache.daffodil.processors.Evaluatable import org.apache.daffodil.util.LogLevel import org.apache.daffodil.util.Maybe.One import org.apache.daffodil.util.MaybeULong import org.apache.daffodil.util.Misc +import org.apache.daffodil.util.Numbers Review comment: Remove unused 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: [email protected] With regards, Apache Git Services
