diff options
| author | 2012-01-19 18:15:24 -0800 | |
|---|---|---|
| committer | 2012-01-19 18:15:24 -0800 | |
| commit | 65447287cb4112cf74483c87be70bcd00b622e2d (patch) | |
| tree | 680812088a11ccaabc7c6eb093595f71b8dd1598 | |
| parent | 68fc1dfce050f1406f751e71cadd1b9fdb0f825c (diff) | |
Fix build
Change-Id: I0e0f6a613cdad3ec075da9b84e3532dd492f0162
| -rw-r--r-- | graphics/java/android/graphics/Canvas.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/Canvas.java b/graphics/java/android/graphics/Canvas.java index e8be4512d627..dcda67d841d1 100644 --- a/graphics/java/android/graphics/Canvas.java +++ b/graphics/java/android/graphics/Canvas.java @@ -522,9 +522,8 @@ public class Canvas { /** * Return a new matrix with a copy of the canvas' current transformation * matrix. - * - * @Deprecated */ + @Deprecated public final Matrix getMatrix() { Matrix m = new Matrix(); //noinspection deprecation |