jadams-tresys commented on code in PR #1455:
URL: https://github.com/apache/daffodil/pull/1455#discussion_r1992377899
##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/AnnotatedSchemaComponent.scala:
##########
@@ -294,7 +294,7 @@ trait AnnotatedSchemaComponent
with AnnotatedMixin
with OverlapCheckMixin {
- protected override def initialize(): Unit = {
+ protected[dsom] override def initialize(): Unit = {
Review Comment:
Just to make sure I'm understanding this correctly, the `protected[dsom]` is
setting the scope to the `dsom` package?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]