Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Aug 3, 2024
1 parent 9d60d9b commit c117e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.example.other.custom;

import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.util.AbstractMap.SimpleImmutableEntry;
import java.util.Map.Entry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import io.avaje.jsonb.Types;
import io.avaje.jsonb.spi.PropertyNames;

@CustomAdapter(isGeneric = true)
@CustomAdapter
public class CustomEntryJsonAdapter<K, V> implements JsonAdapter<Entry<K, V>> {

private final JsonAdapter<K> generic1;
Expand Down

0 comments on commit c117e1a

Please sign in to comment.