mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update stubs
This commit is contained in:
@@ -6,7 +6,6 @@ import android.database.sqlite.SQLiteClosable;
|
||||
|
||||
abstract public class SQLiteProgram extends SQLiteClosable
|
||||
{
|
||||
protected SQLiteProgram() {}
|
||||
protected void onAllReferencesReleased(){}
|
||||
public final int getUniqueId(){ return 0; }
|
||||
public void bindAllArgsAsStrings(String[] p0){}
|
||||
|
||||
Reference in New Issue
Block a user