Skip to content

Commit d640b23

Browse files
author
Manny Jimenez
committed
Making tests pass
1 parent 7dfbc6e commit d640b23

File tree

1 file changed

+1
-1
lines changed
  • firebase-app-distribution/src/main/java/com/google/firebase/appdistribution

1 file changed

+1
-1
lines changed

firebase-app-distribution/src/main/java/com/google/firebase/appdistribution/LogWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void e(@NonNull String msg) {
5252
Log.e(LOG_TAG, msg);
5353
}
5454

55-
public void e(@NonNull String msg, Throwable tr) {
55+
public void e(@NonNull String msg, @NonNull Throwable tr) {
5656
Log.e(LOG_TAG, msg, tr);
5757
}
5858

0 commit comments

Comments
 (0)