Skip to content

Commit 1eb1db4

Browse files
committed
more docs
1 parent 88f76d7 commit 1eb1db4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/MimaExcludes.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import com.typesafe.tools.mima.core.ProblemFilters._
3030
* It is also possible to exclude Spark classes and packages. This should be used sparingly:
3131
*
3232
* MimaBuild.excludeSparkClass("graphx.util.collection.GraphXPrimitiveKeyOpenHashMap")
33+
*
34+
* For a new Spark version, please update MimaBuild.scala to reflect the previous version.
3335
*/
3436
object MimaExcludes {
3537
def excludes(version: String) = version match {

0 commit comments

Comments
 (0)