Skip to content

Commit

Permalink
scalastyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinspg committed Jun 1, 2016
1 parent 6a95c50 commit eb900d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class BlockManagerMaster(
logInfo("Removed " + execId + " successfully in removeExecutor")
}

/** Request removal of a dead executor from the driver endpoint.
* This is only called on the driver side. Non-blocking
/** Request removal of a dead executor from the driver endpoint.
* This is only called on the driver side. Non-blocking
*/
def removeExecutorAsync(execId: String) {
driverEndpoint.ask[Boolean](RemoveExecutor(execId))
Expand Down

0 comments on commit eb900d8

Please sign in to comment.