Skip to content

Commit 88790c2

Browse files
committed
minor javadoc fix
1 parent e1e7cce commit 88790c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/dataformat/xml/deser/FromXmlParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public enum Feature implements FormatFeature
5555
{
5656
/**
5757
* 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 "/>")
58+
* no separate start and end tags, but just one tag that ends with "/>")
5959
* are exposed as {@link JsonToken#VALUE_NULL}) or not. If they are not
6060
* returned as `null` tokens, they will be returned as {@link JsonToken#VALUE_STRING}
6161
* tokens with textual value of "" (empty String).

0 commit comments

Comments
 (0)