Skip to content

Commit 15ac242

Browse files
committed
Make TaskDetailsClassNames private[spark]
1 parent e71d893 commit 15ac242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package org.apache.spark.ui.jobs
2424
* If new optional metrics are added here, they should also be added to the end of webui.css
2525
* to have the style set to "display: none;" by default.
2626
*/
27-
private object TaskDetailsClassNames {
27+
private[spark] object TaskDetailsClassNames {
2828
val SCHEDULER_DELAY = "scheduler_delay"
2929
val TASK_DESERIALIZATION_TIME = "deserialization_time"
3030
val RESULT_SERIALIZATION_TIME = "serialization_time"

0 commit comments

Comments
 (0)