Skip to content

Commit

Permalink
Update JacksonYAMLProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 28, 2024
1 parent 50e2dc3 commit 8ebd6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* mapper to use can be configured in multiple ways:
* <ul>
* <li>By explicitly passing mapper to use in constructor
* <li>By explcitly setting mapper to use by {@link #setMapper}
* <li>By explicitly setting mapper to use by {@link #setMapper}
* <li>By defining JAX-RS <code>Provider</code> that returns {@link YAMLMapper}s.
* <li>By doing none of above, in which case a default mapper instance is
* constructed (and configured if configuration methods are called)
Expand Down

0 comments on commit 8ebd6c8

Please sign in to comment.