Commit 3c6b72ee by olly Committed by Oliver Woodman

Fix nullness test

PiperOrigin-RevId: 230889470
parent a1c13ca6
...@@ -115,6 +115,7 @@ public final class ExoDatabaseProvider extends SQLiteOpenHelper implements Datab ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment