mbeckerle commented on a change in pull request #88: Daffodil 1919 separators URL: https://github.com/apache/incubator-daffodil/pull/88#discussion_r206558761
########## File path: daffodil-core/src/main/scala/org/apache/daffodil/grammar/TermGrammarMixin.scala ########## @@ -16,17 +16,12 @@ */ package org.apache.daffodil.grammar -import org.apache.daffodil.exceptions.Assert import org.apache.daffodil.dsom.DFDLNewVariableInstance -import org.apache.daffodil.dsom.ElementBase import org.apache.daffodil.dsom.Term -import org.apache.daffodil.grammar.primitives.OptionalInfixSep -import org.apache.daffodil.grammar.primitives.Nada -import org.apache.daffodil.grammar.primitives.MandatoryTextAlignment -import org.apache.daffodil.grammar.primitives.Separator +import org.apache.daffodil.grammar.primitives._ ///////////////////////////////////////////////////////////////// -// Groups System +// Common to all Terms (Elements and ModelGroups Review comment: Missing ")" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
