Skip to content

Commit 3ff375f

Browse files
authored
modify ObjectReader._parserFactory comment (#5097)
1 parent aac13a2 commit 3ff375f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/ObjectReader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class ObjectReader
6666
protected final DefaultDeserializationContext _context;
6767

6868
/**
69-
* Factory used for constructing {@link JsonGenerator}s
69+
* Factory used for constructing {@link JsonParser}s
7070
*/
7171
protected final JsonFactory _parserFactory;
7272

0 commit comments

Comments
 (0)