Skip to content

Commit 90bd187

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix build"
2 parents d2f0dcd + 6544728 commit 90bd187

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graphics/java/android/graphics/Canvas.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,8 @@ public void getMatrix(Matrix ctm) {
522522
/**
523523
* Return a new matrix with a copy of the canvas' current transformation
524524
* matrix.
525-
*
526-
* @Deprecated
527525
*/
526+
@Deprecated
528527
public final Matrix getMatrix() {
529528
Matrix m = new Matrix();
530529
//noinspection deprecation

0 commit comments

Comments
 (0)