Skip to content

Commit b359802

Browse files
luchua-bcsmowton
authored andcommitted
Replace non-ASCII apostrophe in Java stub classes
1 parent 6f6ec9d commit b359802

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/stubs/google-android-9.0.0/android/content

1 file changed

+1
-1
lines changed

java/ql/test/stubs/google-android-9.0.0/android/content/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public abstract class Context {
324324
* <p>
325325
* Starting from {@link android.os.Build.VERSION_CODES#N},
326326
* {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} permission is not
327-
* required, so dont ask for this permission at runtime. To handle both cases,
327+
* required, so don't ask for this permission at runtime. To handle both cases,
328328
* your app must first try to read the OBB file, and if it fails, you must
329329
* request {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} permission
330330
* at runtime.

0 commit comments

Comments
 (0)