You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ public interface FirebaseAppDistribution {
139
139
* @param infoText text to display to the tester before collecting feedback data (e.g. Terms and
140
140
* Conditions)
141
141
*/
142
-
voidstartFeedback(CharSequenceinfoText);
142
+
voidstartFeedback(@NonNullCharSequenceinfoText);
143
143
144
144
/** Gets the singleton {@link FirebaseAppDistribution} instance. */
0 commit comments