fix build

This commit is contained in:
Fred Quintana
2009-12-09 11:03:00 -08:00
parent 563bfade66
commit 029074ff0f

View File

@@ -107,13 +107,6 @@ public class MockContentProvider extends ContentProvider {
selectionArgs, sortOrder);
}
@SuppressWarnings("unused")
public EntityIterator queryEntities(Uri url, String selection, String[] selectionArgs,
String sortOrder) throws RemoteException {
return MockContentProvider.this.queryEntities(
url, selection, selectionArgs, sortOrder);
}
@SuppressWarnings("unused")
public int update(Uri url, ContentValues values, String selection, String[] selectionArgs)
throws RemoteException {