Skip to content

Commit 911acfe

Browse files
committed
add TODO jira number
1 parent 6fbbd2c commit 911acfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ object SparkBuild extends PomBuild {
231231
// see `scalac -Wconf:help` for details
232232
"-Wconf:cat=deprecation:wv,any:e",
233233
// 2.13-specific warning hits to be muted (as narrowly as possible) and addressed separately
234-
// TODO Enable this option when Scala 2.12 is no longer supported.
234+
// TODO(SPARK-33499) Enable this option when Scala 2.12 is no longer supported.
235235
// "-Wunused:imports",
236236
"-Wconf:cat=lint-multiarg-infix:wv",
237237
"-Wconf:cat=other-nullary-override:wv",

0 commit comments

Comments
 (0)