mbeckerle commented on a change in pull request #214: Sequences and Separators Refactoring and Rewrite URL: https://github.com/apache/incubator-daffodil/pull/214#discussion_r286249209
########## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/ChoiceGroup.scala ########## @@ -94,8 +94,7 @@ trait ChoiceDefMixin } } -abstract class ChoiceTermBase( - final override val xml: Node, +abstract class ChoiceTermBase(final override val xml: Node, Review comment: One more time. There are TWO boxes in eclipse that are checked by default and are non-standard (do not match what scalariform claims is its default behavior). One is to not align case arrows The other is to not align parameter types. ---------------------------------------------------------------- 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
