You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/05/14 01:31:28 UTC

spark git commit: [STREAMING] [MINOR] Keep streaming.UIUtils private

Repository: spark
Updated Branches:
  refs/heads/master aa1837875 -> bb6dec3b1


[STREAMING] [MINOR] Keep streaming.UIUtils private

zsxwing

Author: Andrew Or <an...@databricks.com>

Closes #6134 from andrewor14/private-streaming-uiutils and squashes the following commits:

225df94 [Andrew Or] Privatize class


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bb6dec3b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bb6dec3b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bb6dec3b

Branch: refs/heads/master
Commit: bb6dec3b160b54488892a509965fee70a530deff
Parents: aa18378
Author: Andrew Or <an...@databricks.com>
Authored: Wed May 13 16:31:24 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Wed May 13 16:31:24 2015 -0700

----------------------------------------------------------------------
 .../src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/bb6dec3b/streaming/src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala
----------------------------------------------------------------------
diff --git a/streaming/src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala b/streaming/src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala
index c206f97..f153ee1 100644
--- a/streaming/src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala
+++ b/streaming/src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala
@@ -19,7 +19,7 @@ package org.apache.spark.streaming.ui
 
 import java.util.concurrent.TimeUnit
 
-object UIUtils {
+private[streaming] object UIUtils {
 
   /**
    * Return the short string for a `TimeUnit`.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org