Skip to content

Commit

Permalink
Merge pull request apache#10944: [BEAM-7274] optimize oneOf handling
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenlax committed Feb 24, 2020
1 parent 58656c6 commit 2e0f431
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static DynamicType.Builder<FieldValueGetter> subclassGetterInterface(

// Create a new FieldValueSetter subclass.
@SuppressWarnings("unchecked")
static DynamicType.Builder<FieldValueSetter> subclassSetterInterface(
public static DynamicType.Builder<FieldValueSetter> subclassSetterInterface(
ByteBuddy byteBuddy, Type objectType, Type fieldType) {
TypeDescription.Generic setterGenericType =
TypeDescription.Generic.Builder.parameterizedType(
Expand Down
Loading

0 comments on commit 2e0f431

Please sign in to comment.