Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Mar 7, 2025
1 parent 534ac92 commit a374a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void configure(FeatureContext context) {

@Override
public Jsonb getContext(Class<?> type) {
return jsonbMap.computeIfAbsent(type, classLoader -> {
return jsonbMap.computeIfAbsent(type, var -> {
currentType.set(type);
try {
return JsonbBuilder.create();
Expand Down

0 comments on commit a374a3e

Please sign in to comment.