Skip to content

Commit

Permalink
Omit unnecessary type qualificiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Sep 15, 2024
1 parent 71feeef commit 3be33df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ public void write(JsonWriter out, Locale value) throws IOException {
public static final TypeAdapter<JsonElement> JSON_ELEMENT = JsonElementTypeAdapter.ADAPTER;

public static final TypeAdapterFactory JSON_ELEMENT_FACTORY =
TypeAdapters.newTypeHierarchyFactory(JsonElement.class, JSON_ELEMENT);
newTypeHierarchyFactory(JsonElement.class, JSON_ELEMENT);

public static final TypeAdapterFactory ENUM_FACTORY = EnumTypeAdapter.FACTORY;

Expand Down

0 comments on commit 3be33df

Please sign in to comment.