Skip to content

Commit 43d1688

Browse files
committed
...
1 parent fda498c commit 43d1688

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/java/tools/jackson/dataformat/xml/ser/DTD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ static String _nonEmptyNonNull(String prop, String str) {
2727
}
2828
return str;
2929
}
30-
}
30+
}

src/main/java/tools/jackson/dataformat/xml/ser/ToXmlGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public ToXmlGenerator(ObjectWriteContext writeCtxt, IOContext ioCtxt,
217217
/* Life-cycle, initialization
218218
/**********************************************************************
219219
*/
220-
220+
221221
/**
222222
* Method called by {@link XmlSerializationContext} before writing any output,
223223
* to optionally output XML declaration and other before-root-element

src/main/java/tools/jackson/dataformat/xml/ser/XmlGeneratorInitializer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* <li>Document Type Declarations (DTD); that is "&lt;!DOCTYPE>" directive
1515
* </li>
1616
* </ul>
17+
*<p>
18+
* NOTE: instances are mutable, not thread-safe.
1719
*
1820
* @since 3.2
1921
*/

0 commit comments

Comments
 (0)