diff options
| author | 2021-11-23 12:18:19 +0000 | |
|---|---|---|
| committer | 2021-11-23 12:21:39 +0000 | |
| commit | 3a52228799ce0c1fd100b8a468e539a378da4d8d (patch) | |
| tree | 180c99bc18b81dde8458695559fc2d545700f3a7 | |
| parent | 7644c9c20cd6349946d944c0cda3aa20956e1b36 (diff) | |
Remove unnecessary comment character "/**"
Bug: None
Test: make (change is only in comments)
Change-Id: I0fe398460c7f388d270a20f60985707a49433671
| -rw-r--r-- | core/java/android/content/Intent.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 2b8681ae56ea..a3e49f2a3d42 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -6916,7 +6916,6 @@ public class Intent implements Parcelable, Cloneable { */ public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; /** - /** * If set, when sending a broadcast the recipient will run on the system dedicated queue. * * @hide |