mbeckerle commented on a change in pull request #366: Converted many
pass-by-name into pass-by-value for RuntimeData struct…
URL: https://github.com/apache/incubator-daffodil/pull/366#discussion_r410744639
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/grammar/AlignedMixin.scala
##########
@@ -17,17 +17,10 @@
package org.apache.daffodil.grammar
-import org.apache.daffodil.dsom.Term
-import org.apache.daffodil.dsom.ElementBase
-import org.apache.daffodil.dsom.ModelGroup
-import org.apache.daffodil.dsom.PrefixLengthQuasiElementDecl
-import org.apache.daffodil.schema.annotation.props.gen.AlignmentUnits
-import org.apache.daffodil.schema.annotation.props.gen.LengthKind
-import org.apache.daffodil.schema.annotation.props.gen.LengthUnits
+import org.apache.daffodil.schema.annotation.props.gen.{AlignmentUnits,
LengthKind, LengthUnits}
import org.apache.daffodil.util.Math
-import org.apache.daffodil.dsom.Root
import org.apache.daffodil.exceptions.Assert
-import org.apache.daffodil.dsom.QuasiElementDeclBase
+import org.apache.daffodil.dsom.{Term, ElementBase, Root, ModelGroup,
QuasiElementDeclBase}
Review comment:
revert import changes
----------------------------------------------------------------
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