Skip to content

Commit f01e8e1

Browse files
Burak Emiradriaanm
Burak Emir
authored andcommitted
depr rem
1 parent dff4e1b commit f01e8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/xml/NodeBuffer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class NodeBuffer extends scala.collection.mutable.ArrayBuffer[Node] {
4242
o match {
4343
case n:Node =>
4444
super.+(n)
45-
case ns:Iterable[AnyRef] =>
45+
case ns:Iterable[_] =>
4646
val it = ns.elements
4747
while (it.hasNext) {
4848
this &+ it.next

0 commit comments

Comments
 (0)