Skip to content

Commit e54b2f8

Browse files
committed
improved message, work around.
1 parent 83e7144 commit e54b2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/spark-style/src/main/scala/org/apache/spark/scalastyle/SparkSpaceAfterCommentStyleCheck.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import scalariform.parser.CompilationUnit
2929
import scalariform.lexer.Token
3030

3131
class SparkSpaceAfterCommentStartChecker extends ScalariformChecker {
32-
val errorKey: String = "space.after.comment.start"
32+
val errorKey: String = "insert.a.single.space.after.comment.start"
3333

3434
private def multiLineCommentRegex(comment: Token) =
3535
Pattern.compile( """/\*\S+.*""", Pattern.DOTALL).matcher(comment.text.trim).matches()

0 commit comments

Comments
 (0)