Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 029074ff authored by Fred Quintana's avatar Fred Quintana
Browse files

fix build

parent 563bfade
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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 {