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

Commit f99e2e04 authored by Fred Quintana's avatar Fred Quintana Committed by Jean-Baptiste Queru
Browse files

am 563bfade: fix a build breakage

Merge commit '563bfade' into eclair-mr2-plus-aosp

* commit '563bfade':
  fix a build breakage
parent 2ec6c569
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");
    }
}