mbeckerle commented on a change in pull request #343: WIP: Daf 2302 ext var URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r399600419
########## File path: daffodil-lib/src/main/scala/org/apache/daffodil/xml/QNameBase.scala ########## @@ -414,7 +430,7 @@ final case class GlobalQName(prefix: Option[String], local: String, namespace: N /** * base trait for Qnames that reference other things */ -protected sealed trait RefQNameBase extends QNameBase +sealed trait RefQNameBase extends QNameBase Review comment: Can go back to Protected. ---------------------------------------------------------------- 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
