Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove final
  • Loading branch information
zsxwing committed Jul 2, 2015
commit 433115cdd978d5f63c1d7aa2c215501234c893e2
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private[akka] class ErrorMonitor extends Actor with ActorLogReceive with Logging
}
}

private[akka] final class AkkaRpcEndpointRef(
private[akka] class AkkaRpcEndpointRef(
@transient defaultAddress: RpcAddress,
@transient _actorRef: => ActorRef,
@transient conf: SparkConf,
Expand Down