Skip to content

Commit

Permalink
more visibility fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Mar 23, 2015
1 parent 9f28b7e commit 51eaedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.apache.spark.ui.SparkUI
import org.apache.spark.ui.jobs.UIData.{StageUIData, TaskUIData}

@Produces(Array(MediaType.APPLICATION_JSON))
class AllStagesResource(uiRoot: UIRoot) {
private[v1] class AllStagesResource(uiRoot: UIRoot) {

@GET
def stageList(
Expand Down Expand Up @@ -56,7 +56,7 @@ class AllStagesResource(uiRoot: UIRoot) {
}
}

object AllStagesResource {
private[v1] object AllStagesResource {
def stageUiToStageData(
status: StageStatus,
stageInfo: StageInfo,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import javax.ws.rs.core.MediaType
import org.apache.spark.SparkException

@Produces(Array(MediaType.APPLICATION_JSON))
class OneStageResource(uiRoot: UIRoot) {
private[v1] class OneStageResource(uiRoot: UIRoot) {

@GET
def stageData(
Expand Down

0 comments on commit 51eaedb

Please sign in to comment.