blob: dc3e53854ba87b820eb692c648ff3e0552d0a1ae [file] [log] [blame]
package test.pkg;
import android.database.sqlite.SQLiteStatement;
public class CloseTest {
public void close(SQLiteStatement statement) {
statement.close();
}
}