Remove unnecessary comment character "/**"

Bug: None
Test: make (change is only in comments)
Change-Id: I0fe398460c7f388d270a20f60985707a49433671
This commit is contained in:
Anubhav Kakkar
2021-11-23 12:18:19 +00:00
parent 7644c9c20c
commit 3a52228799

View File

@@ -6915,7 +6915,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
*/
public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000;
/**
/**
* If set, when sending a broadcast the recipient will run on the system dedicated queue.
*