Skip to content

Commit 55a390c

Browse files
committed
Ignored scalastyle for a line-comment
1 parent 29eae3e commit 55a390c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
7070
</div>
7171
}
7272

73+
// scalastyle:off
7374
// TODO: We should consider increasing the number of this parameter over time if we find that it's okey.
75+
// scalastyle:on
7476
private val MAX_TIMELINE_TASKS = parent.conf.getInt("spark.ui.timeline.tasks.maximum", 1000)
7577

78+
7679
def render(request: HttpServletRequest): Seq[Node] = {
7780
progressListener.synchronized {
7881
val parameterId = request.getParameter("id")

0 commit comments

Comments
 (0)