We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fc1df commit 6544728Copy full SHA for 6544728
graphics/java/android/graphics/Canvas.java
@@ -522,9 +522,8 @@ public void getMatrix(Matrix ctm) {
522
/**
523
* Return a new matrix with a copy of the canvas' current transformation
524
* matrix.
525
- *
526
- * @Deprecated
527
*/
+ @Deprecated
528
public final Matrix getMatrix() {
529
Matrix m = new Matrix();
530
//noinspection deprecation
0 commit comments