mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Suppress warnings emitted by Checker Framework version 3.0.0
More information: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: TAP --sample ran all affected tests and none failed http://test/OCL:279845168:BASE:279870402:1573537714395:80ca701c PiperOrigin-RevId: 279891832
This commit is contained in:
parent
b477d8b68a
commit
4fd881a551
1 changed files with 2 additions and 0 deletions
|
|
@ -1006,6 +1006,8 @@ public class PlayerNotificationManager {
|
|||
* NotificationCompat.Builder#build()} to obtain the notification, or {@code null} if no
|
||||
* notification should be displayed.
|
||||
*/
|
||||
// incompatible types in argument.
|
||||
@SuppressWarnings("nullness:argument.type.incompatible")
|
||||
@Nullable
|
||||
protected NotificationCompat.Builder createNotification(
|
||||
Player player,
|
||||
|
|
|
|||
Loading…
Reference in a new issue