Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/tools/jackson/databind/DatabindContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* Shared base class for {@link DeserializationContext} and
* {@link SerializationContext}, context objects passed through data-binding
* process. Designed so that some of implementations can rely on shared
* process. Designed so that some of the implementations can rely on shared
* aspects like access to secondary contextual objects like type factories
* or handler instantiators.
*/
Expand Down