Skip to content

Commit

Permalink
#675 - Delete unused parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-balazs committed Aug 28, 2024
1 parent 52c7b8e commit 470941e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public class JsonbUtil {
private static final String ADAPTERS_POSTFIX = "adapters";
private static final String SERIALIZERS_POSTFIX = "serializers";
private static final String DESERIALIZERS_POSTFIX = "deserializers";
private static final String CREATOR_PARAMETERS_REQUIRED_POSTFIX = "creatorParametersRequired";

/**
* Prefix for all configs
Expand All @@ -82,9 +81,6 @@ public class JsonbUtil {

private static final Jsonb JSONB;

// @Inject
// private static Instance<JsonbAdapter> jsonbAdapters;

static {
Config config = ConfigUtil.getInstance().defaultConfig();
JsonbConfig jsonbConfig = new JsonbConfig()
Expand Down

0 comments on commit 470941e

Please sign in to comment.