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

Commit c38c3be6 authored by Lee Shombert's avatar Lee Shombert
Browse files

Remove javadoc references to SQLiteRawStatement

SQLiteRawStatement is an unreleased API that should not be mentioned
in the javadocs for released APIs.

Test: build (documentation only)

Bug: 310904218
Change-Id: I0a439385e7029594049b5ccd3b565185a8bc4f0f
parent 942ae37a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import android.os.ParcelFileDescriptor;
 * <p>
 * This class is not thread-safe.
 * </p>
 * Note that this class is unrelated to {@link SQLiteRawStatement}.
 */
public final class SQLiteStatement extends SQLiteProgram {
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)