stevedlawrence commented on a change in pull request #332: Refactor isHidden
URL: https://github.com/apache/incubator-daffodil/pull/332#discussion_r390349714
 
 

 ##########
 File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/Term.scala
 ##########
 @@ -746,7 +741,7 @@ trait Term
    *
    * What stops this is when the end of an enclosing element has to be next.
    */
-  final def possibleNextChildElementsInInfoset: Seq[ElementBase] = 
LV('possibleNextChildElementsInInfoset) {
+  def possibleNextChildElementsInInfoset: Seq[ElementBase] = 
LV('possibleNextChildElementsInInfoset) {
 
 Review comment:
   Any particular reason final was removed? It doesn't look like this patch 
changes anything to override this function.

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