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

Commit 563bfade authored by Fred Quintana's avatar Fred Quintana
Browse files

fix a build breakage

parent 328c0e79
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -222,13 +222,4 @@ public class MockContentProvider extends ContentProvider {
    public final IContentProvider getIContentProvider() {
        return mIContentProvider;
    }

    /**
     * @hide
     */
    @Override
    public EntityIterator queryEntities(Uri uri, String selection, String[] selectionArgs,
            String sortOrder) {
        throw new UnsupportedOperationException("unimplemented mock method");
    }
}