Fix javadoc

Change-Id: I41315ff2ff1b404de82264e6a56ee46032862a32
This commit is contained in:
Romain Guy
2012-04-05 19:04:56 -07:00
parent dab7850012
commit 17471d730f

View File

@@ -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
*/