We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52af43d commit 416eff1Copy full SHA for 416eff1
spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java
@@ -1060,7 +1060,7 @@ default BodyContentSpec json(String expectedJson) {
1060
* <p>Use of this method requires the
1061
* <a href="https://github.com/xmlunit/xmlunit">XMLUnit</a> library on
1062
* the classpath.
1063
- * @param expectedXml the expected JSON content.
+ * @param expectedXml the expected XML content.
1064
* @since 5.1
1065
* @see org.springframework.test.util.XmlExpectationsHelper#assertXmlEqual(String, String)
1066
*/
0 commit comments