Skip to content

Commit 0718134

Browse files
cowtowncoderalex-bel-apica
authored andcommitted
# Conflicts: # release-notes/CREDITS-2.x # release-notes/VERSION-2.x
1 parent 656d2b4 commit 0718134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/fasterxml/jackson/dataformat/xml/ser/ToXmlGenerator.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
* additional configuration calls beyond regular {@link JsonGenerator} API,
2828
* mostly to pass namespace information.
2929
*/
30-
public final class ToXmlGenerator
30+
public class ToXmlGenerator
31+
// non-final since 2.12 but only sub-class if you really know what you are doing...
3132
extends GeneratorBase
3233
{
3334
/**

0 commit comments

Comments
 (0)