Skip to content
Snippets Groups Projects
Commit ee692482 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

One more private class

parent a59c15a3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import spark.Utils
import spark.storage.BlockManagerMasterActor.BlockStatus
/** Page showing storage details for a given RDD */
class RDDPage(parent: BlockManagerUI) {
private[spark] class RDDPage(parent: BlockManagerUI) {
val sc = parent.sc
def render(request: HttpServletRequest): Seq[Node] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment