From 40f67c52bb0553e81a1537369abe2878641a6aaa Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Fri, 6 Apr 2018 13:53:45 +0100 Subject: Fix typo in comments. Keep the nitpickers happy. Test: m Bug: 77517571 Merged-In: I70374c05df3e366b5a0ce3bbb103dce28f48d4b8 Change-Id: I70374c05df3e366b5a0ce3bbb103dce28f48d4b8 (cherry picked from commit 5e986dccfd96876d9e07bf779237b10bf9985b28) --- core/java/android/content/pm/ApplicationInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index d9a1ce0ec7a0..f04f7633c0ba 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -1060,7 +1060,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { public static final int HIDDEN_API_ENFORCEMENT_NONE = 0; /** * No API enforcement, but enable the detection logic and warnings. Observed behaviour is the - * sane as {@link #HIDDEN_API_ENFORCEMENT_NONE} but you may see warnings in the log when APIs + * same as {@link #HIDDEN_API_ENFORCEMENT_NONE} but you may see warnings in the log when APIs * are accessed. * @hide * */ -- cgit v1.2.3-59-g8ed1b