Skip to content

Commit 99f6f63

Browse files
committed
Fixed a typo of type parameter in JavaUtils.scala
1 parent 199e59a commit 99f6f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/api/java/JavaUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private[spark] object JavaUtils {
8080
prev match {
8181
case Some(k) =>
8282
underlying match {
83-
case mm: mutable.Map[a, _] =>
83+
case mm: mutable.Map[_, _] =>
8484
mm remove k
8585
prev = None
8686
case _ =>

0 commit comments

Comments
 (0)