Skip to content

Commit

Permalink
Make generateNormalJobRow private
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed May 7, 2015
1 parent 8073b03 commit 718765e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private[ui] class BatchPage(parent: StreamingTab) extends WebUIPage("batch") {
* Generate a row for a Spark Job. Because duplicated output op infos needs to be collapsed into
* one cell, we use "rowspan" for the first row of a output op.
*/
def generateNormalJobRow(
private def generateNormalJobRow(
outputOpId: OutputOpId,
outputOpDescription: Seq[Node],
formattedOutputOpDuration: String,
Expand Down

0 comments on commit 718765e

Please sign in to comment.