We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928b9a9 commit c5a4e9fCopy full SHA for c5a4e9f
firebase-messaging/src/main/java/com/google/firebase/messaging/GmsRpc.java
@@ -77,12 +77,9 @@ class GmsRpc {
77
private static final String EXTRA_TOPIC = "gcm.topic";
78
private static final String TOPIC_PREFIX = "/topics/";
79
80
- // LINT.IfChange
81
/** InstanceId should be reset. Can be a duplicate, or deleted. */
82
static final String ERROR_INSTANCE_ID_RESET = "INSTANCE_ID_RESET";
83
84
- // LINT.ThenChange(//depot/google3/firebase/instance_id/client/cpp/src/android/instance_id.cc)
85
-
86
// --- List of parameters sent to the /register3 servlet
87
88
/** Internal parameter used to indicate a 'subtype'. Will not be stored in DB for Nacho. */
0 commit comments