Skip to content

Commit 6544728

Browse files
author
Romain Guy
committed
Fix build
Change-Id: I0e0f6a613cdad3ec075da9b84e3532dd492f0162
1 parent 68fc1df commit 6544728

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)