mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +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;
|
||||
|
||||
@SuppressWarnings("nullness:argument.type.incompatible")
|
||||
public DatabaseFileProvidingContext(File file) {
|
||||
super(/* base= */ null);
|
||||
this.file = file;
|
||||
|
|
|
|||
Loading…
Reference in a new issue