Skip to content

Commit 718765e

Browse files
committed
Make generateNormalJobRow private
1 parent 8073b03 commit 718765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/ui/BatchPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private[ui] class BatchPage(parent: StreamingTab) extends WebUIPage("batch") {
6565
* Generate a row for a Spark Job. Because duplicated output op infos needs to be collapsed into
6666
* one cell, we use "rowspan" for the first row of a output op.
6767
*/
68-
def generateNormalJobRow(
68+
private def generateNormalJobRow(
6969
outputOpId: OutputOpId,
7070
outputOpDescription: Seq[Node],
7171
formattedOutputOpDuration: String,

0 commit comments

Comments
 (0)