Skip to content

Commit bb6dec3

Browse files
author
Andrew Or
committed
[STREAMING] [MINOR] Keep streaming.UIUtils private
zsxwing Author: Andrew Or <[email protected]> Closes #6134 from andrewor14/private-streaming-uiutils and squashes the following commits: 225df94 [Andrew Or] Privatize class
1 parent aa18378 commit bb6dec3

File tree

1 file changed

+1
-1
lines changed
  • streaming/src/main/scala/org/apache/spark/streaming/ui

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package org.apache.spark.streaming.ui
1919

2020
import java.util.concurrent.TimeUnit
2121

22-
object UIUtils {
22+
private[streaming] object UIUtils {
2323

2424
/**
2525
* Return the short string for a `TimeUnit`.

0 commit comments

Comments
 (0)