Skip to content

Commit

Permalink
Fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jul 23, 2019
1 parent bfae56d commit 2043915
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,13 @@ public static TargetRecordAction cast(final TargetAction targetAction)
return (TargetRecordAction)targetAction;
}

Optional<AdWindowId> adWindowId;
@NonNull
@Builder.Default
Optional<AdWindowId> adWindowId = Optional.empty();

@NonNull
TableRecordReference record;

String recordDisplayText;
}

Expand Down

0 comments on commit 2043915

Please sign in to comment.