Navigation Menu

Skip to content

Commit

Permalink
Remove some unnecessary override vals
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed May 11, 2015
1 parent 8531286 commit 69d5899
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,8 +27,8 @@ import org.apache.spark.shuffle.sort.SortShuffleManager
*/
private class UnsafeShuffleHandle[K, V](
shuffleId: Int,
override val numMaps: Int,
override val dependency: ShuffleDependency[K, V, V])
numMaps: Int,
dependency: ShuffleDependency[K, V, V])
extends BaseShuffleHandle(shuffleId, numMaps, dependency) {
}

Expand Down

0 comments on commit 69d5899

Please sign in to comment.