mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix nullness test
PiperOrigin-RevId: 230889470
This commit is contained in:
parent
a1c13ca6f5
commit
3c6b72ee29
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ public final class ExoDatabaseProvider extends SQLiteOpenHelper implements Datab
|
||||||
|
|
||||||
private final File file;
|
private final File file;
|
||||||
|
|
||||||
|
@SuppressWarnings("nullness:argument.type.incompatible")
|
||||||
public DatabaseFileProvidingContext(File file) {
|
public DatabaseFileProvidingContext(File file) {
|
||||||
super(/* base= */ null);
|
super(/* base= */ null);
|
||||||
this.file = file;
|
this.file = file;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue