Skip to content

Commit

Permalink
Merge pull request #792 from prebid/feature/corrections_790
Browse files Browse the repository at this point in the history
Remove legacy annotation
  • Loading branch information
jsligh authored Aug 7, 2024
2 parents b1f8cfe + d1ae80c commit 0f88c2c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ public final class AdViewUtils {

private AdViewUtils() { }

@SuppressWarnings("deprecation")
public static void findPrebidCreativeSize(@Nullable View adView, final PbFindSizeListener handler) {

if (adView == null) {
warnAndTriggerFailure(PbFindSizeErrorFactory.NO_WEB_VIEW, handler);
return;
Expand Down

0 comments on commit 0f88c2c

Please sign in to comment.