Skip to content

Commit 87aa75c

Browse files
committed
Fix mima excludes again (typo)
1 parent 11eb921 commit 87aa75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object MimaExcludes {
6868
ProblemFilters.exclude[IncompatibleMethTypeProblem](
6969
"org.apache.spark.storage.DiskStore.putValues"),
7070
ProblemFilters.exclude[IncompatibleMethTypeProblem](
71-
"org.apache.spark.storage.TachyonSTore.putValues"),
71+
"org.apache.spark.storage.TachyonStore.putValues"),
7272
// Ignore some private methods in ALS.
7373
ProblemFilters.exclude[MissingMethodProblem](
7474
"org.apache.spark.mllib.recommendation.ALS." +

0 commit comments

Comments
 (0)