summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/Picture.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-10-08 17:59:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-08 17:59:19 +0000
commit89b196958fee07475765bd3c458098464ba16f2e (patch)
tree08c0d22686180c281faaeb1e9c5e9cc93405dcb3 /graphics/java/android/graphics/Picture.java
parent908a4f9a4372a9627e821b5800936095b0f0b5b0 (diff)
parent955d8d69ea6caabce1461dc25b339b9bf9dc61a6 (diff)
downloadframeworks_base-89b196958fee07475765bd3c458098464ba16f2e.zip
frameworks_base-89b196958fee07475765bd3c458098464ba16f2e.tar.gz
frameworks_base-89b196958fee07475765bd3c458098464ba16f2e.tar.bz2
Merge "Put in real "code" (aka marketing) name." into lmp-dev
Diffstat (limited to 'graphics/java/android/graphics/Picture.java')
-rw-r--r--graphics/java/android/graphics/Picture.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Picture.java b/graphics/java/android/graphics/Picture.java
index d28c3d5..fa9af2a 100644
--- a/graphics/java/android/graphics/Picture.java
+++ b/graphics/java/android/graphics/Picture.java
@@ -111,7 +111,7 @@ public class Picture {
/**
* Draw this picture on the canvas.
* <p>
- * Prior to {@link android.os.Build.VERSION_CODES#L}, this call could
+ * Prior to {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this call could
* have the side effect of changing the matrix and clip of the canvas
* if this picture had imbalanced saves/restores.
*