From 3a52228799ce0c1fd100b8a468e539a378da4d8d Mon Sep 17 00:00:00 2001 From: Anubhav Kakkar Date: Tue, 23 Nov 2021 12:18:19 +0000 Subject: [PATCH] Remove unnecessary comment character "/**" Bug: None Test: make (change is only in comments) Change-Id: I0fe398460c7f388d270a20f60985707a49433671 --- core/java/android/content/Intent.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 2b8681ae56ea9..a3e49f2a3d42d 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -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. *