olabusayoT commented on code in PR #1575:
URL: https://github.com/apache/daffodil/pull/1575#discussion_r2733302197


##########
daffodil-core/src/main/scala/org/apache/daffodil/lib/oolag/OOLAG.scala:
##########
@@ -350,7 +350,7 @@ object OOLAG {
       }
     }
 
-    // scala 3.3.6 complains about this being private (MissingType error). So 
as a
+    // scala 3.3.7 complains about this being private (MissingType error). So 
as a
     // workaround to that, we make it protected instead
     protected sealed trait ActivityStatus
     private case object Active extends ActivityStatus

Review Comment:
   Sorry this comment! 
   
   protected -> private



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

Reply via email to