File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ object MimaExcludes {
108108 ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.productElement" ),
109109 ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.productIterator" ),
110110 ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.canEqual" ),
111- ProblemFilters .exclude[FinalMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.toString" )
111+ ProblemFilters .exclude[FinalMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.toString" ),
112+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.productElementName" ),
113+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.productElementNames" )
112114 )
113115
114116 // Defulat exclude rules
You can’t perform that action at this time.
0 commit comments