Fix nullness test

PiperOrigin-RevId: 230889470
This commit is contained in:
olly 2019-01-25 13:54:57 +00:00 committed by Oliver Woodman
parent a1c13ca6f5
commit 3c6b72ee29

View file

@ -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;