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

Commit 17471d73 authored by Romain Guy's avatar Romain Guy
Browse files

Fix javadoc

Change-Id: I41315ff2ff1b404de82264e6a56ee46032862a32
parent dab78500
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -16,11 +16,9 @@

package android.graphics;

import android.os.Debug;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.DisplayMetrics;
import android.util.Log;

import java.io.OutputStream;
import java.nio.Buffer;
@@ -183,7 +181,7 @@ public final class Bitmap implements Parcelable {

    /**
     * Sets the layout bounds as an array of left, top, right, bottom integers
     * @param padding the array containing the padding values
     * @param bounds the array containing the padding values
     *
     * @hide
     */