We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ece73c + 2a7892c commit 5d2370cCopy full SHA for 5d2370c
src/test/scala/scala/xml/XMLTest.scala
@@ -601,7 +601,7 @@ expected closing tag of foo
601
</wsdl:definitions>;
602
603
def wsdlTemplate3(serviceName: String): Node =
604
- <wsdl:definitions name={ serviceName } xmlns:tns={ Text("target3") }>
+ <wsdl:definitions name={ serviceName } xmlns:tns={ new _root_.scala.xml.Text("target3") }>
605
606
607
def wsdlTemplate4(serviceName: String, targetNamespace: () => String): Node =
0 commit comments