stevedlawrence commented on a change in pull request #218: Implement dfdl:choiceLength='explicit' URL: https://github.com/apache/incubator-daffodil/pull/218#discussion_r291317277
########## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/RuntimePropertyMixins.scala ########## @@ -46,6 +46,8 @@ import org.apache.daffodil.schema.annotation.props.gen.DFDLBaseTypeMixin import org.apache.daffodil.schema.annotation.props.gen.DFDLSimpleTypeMixin import org.apache.daffodil.schema.annotation.props.gen.LengthAGMixin import org.apache.daffodil.schema.annotation.props.gen.LengthKind +import org.apache.daffodil.schema.annotation.props.gen.ChoiceLengthKind Review comment: ChoiceLenghtKind no longer needs to be imported. There are also some other files that the only changes are now imports that can be backed out. ---------------------------------------------------------------- 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
