Skip to content

Commit 9a5acaf

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix javadoc"
2 parents e8644b6 + 17471d7 commit 9a5acaf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

graphics/java/android/graphics/Bitmap.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616

1717
package android.graphics;
1818

19-
import android.os.Debug;
2019
import android.os.Parcel;
2120
import android.os.Parcelable;
2221
import android.util.DisplayMetrics;
23-
import android.util.Log;
2422

2523
import java.io.OutputStream;
2624
import java.nio.Buffer;
@@ -183,7 +181,7 @@ public void setNinePatchChunk(byte[] chunk) {
183181

184182
/**
185183
* Sets the layout bounds as an array of left, top, right, bottom integers
186-
* @param padding the array containing the padding values
184+
* @param bounds the array containing the padding values
187185
*
188186
* @hide
189187
*/

0 commit comments

Comments
 (0)