Skip to content

Commit

Permalink
PassManager.passes field needs to be protected
Browse files Browse the repository at this point in the history
(package private)
  • Loading branch information
Akirathan committed Nov 28, 2024
1 parent 023d1aa commit f605f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import scala.collection.mutable.ListBuffer
*/
//noinspection DuplicatedCode
class PassManager(
private val passes: List[PassGroup],
protected val passes: List[PassGroup],
passConfiguration: PassConfiguration
) {
private val logger = LoggerFactory.getLogger(classOf[PassManager])
Expand Down

0 comments on commit f605f16

Please sign in to comment.