Skip to content

Commit

Permalink
Fixed a typo of type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Dec 24, 2014
1 parent 82bc5d9 commit e20193d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private[spark] object JavaUtils {
prev match {
case Some(k) =>
underlying match {
case mm: mutable.Map[_, _] =>
case mm: mutable.Map[A, _] =>
mm remove k
prev = None
case _ =>
Expand Down

0 comments on commit e20193d

Please sign in to comment.