Skip to content

Commit

Permalink
Fixed typo: Class>?< should be Class<?>
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg authored and jansupol committed Nov 3, 2024
1 parent c2e1271 commit 7903c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/docbook/media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ public JaxbBean getSimpleJSONP() {
public class JsonbContextResolver implements ContextResolver&lt;Jsonb&gt; {

@Override
public Jsonb getContext(Class&gt;?&lt; type) {
public Jsonb getContext(Class&lt;?&gt; type) {
JsonbConfig config = new JsonbConfig();
// configure JsonbConfig
...
Expand Down

0 comments on commit 7903c97

Please sign in to comment.