We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df261d0 commit ed551ceCopy full SHA for ed551ce
project/MimaBuild.scala
@@ -32,7 +32,7 @@ object MimaBuild {
32
ProblemFilters.exclude[MissingMethodProblem](fullName),
33
// Sometimes excluded methods have default arguments and
34
// they are translated into public methods/fields($default$) in generated
35
- // bytecode. It is not possible to exhustively list everything.
+ // bytecode. It is not possible to exhaustively list everything.
36
// But this should be okay.
37
ProblemFilters.exclude[MissingMethodProblem](fullName+"$default$2"),
38
ProblemFilters.exclude[MissingMethodProblem](fullName+"$default$1"),
0 commit comments