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_r284793623
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SchemaComponent.scala
 ##########
 @@ -145,11 +143,28 @@ trait SchemaComponent
   }
 
   final lazy val enclosingTerm: Option[Term] = {
-    enclosingComponent match {
+    val ec = enclosingComponent
+    val et = ec match {
       case None => None
+      //      case Some(mg: ModelGroup) => {
 
 Review comment:
   delete

----------------------------------------------------------------
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

Reply via email to