Skip to content

Commit 946fc39

Browse files
izeyesnicoll
authored andcommitted
Add Javadoc since for Jaxb2XmlDecoder(MimeType...)
See gh-23353
1 parent 78802d4 commit 946fc39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-web/src/main/java/org/springframework/http/codec/xml/Jaxb2XmlDecoder.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ public Jaxb2XmlDecoder() {
8282
super(MimeTypeUtils.APPLICATION_XML, MimeTypeUtils.TEXT_XML);
8383
}
8484

85+
/**
86+
* Create a {@code Jaxb2XmlDecoder} with the specified MIME types.
87+
* @param supportedMimeTypes supported MIME types
88+
* @since 5.1.9
89+
*/
8590
public Jaxb2XmlDecoder(MimeType... supportedMimeTypes) {
8691
super(supportedMimeTypes);
8792
}

0 commit comments

Comments
 (0)