Skip to content

Commit

Permalink
Remove RpcEndpointRef.toURI
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Mar 30, 2015
1 parent 8bd1097 commit f6f3287
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/main/scala/org/apache/spark/rpc/RpcEnv.scala
Expand Up @@ -371,7 +371,6 @@ private[spark] abstract class RpcEndpointRef(@transient conf: SparkConf)
s"Error sending message [message = $message]", lastException)
}

def toURI: URI
}

/**
Expand Down
Expand Up @@ -303,7 +303,6 @@ private[akka] class AkkaRpcEndpointRef(

override def toString: String = s"${getClass.getSimpleName}($actorRef)"

override def toURI: URI = new URI(actorRef.path.toString)
}

/**
Expand Down

0 comments on commit f6f3287

Please sign in to comment.