We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e7cce commit 88790c2Copy full SHA for 88790c2
src/main/java/com/fasterxml/jackson/dataformat/xml/deser/FromXmlParser.java
@@ -55,7 +55,7 @@ public enum Feature implements FormatFeature
55
{
56
/**
57
* Feature that indicates whether XML Empty elements (ones where there are
58
- * no separate start and end tages, but just one tag that ends with "/>")
+ * no separate start and end tags, but just one tag that ends with "/>")
59
* are exposed as {@link JsonToken#VALUE_NULL}) or not. If they are not
60
* returned as `null` tokens, they will be returned as {@link JsonToken#VALUE_STRING}
61
* tokens with textual value of "" (empty String).
0 commit comments