We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21589fe commit 66c0810Copy full SHA for 66c0810
src/main/scala/scala/xml/NodeBuffer.scala
@@ -22,6 +22,8 @@ package xml
22
*/
23
class NodeBuffer extends scala.collection.mutable.ArrayBuffer[Node] {
24
25
+ override def stringPrefix: String = "NodeBuffer"
26
+
27
/**
28
* Append given object to this buffer, returns reference on this
29
* `NodeBuffer` for convenience. Some rules apply:
0 commit comments