Skip to content

Commit 3c1324d

Browse files
committed
Nit fixing: Made a local variable final.
1 parent a87af67 commit 3c1324d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/CrashlyticsReportDataCapture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private CrashlyticsReport.Session populateSessionData(String identifier, long ti
137137
}
138138

139139
private CrashlyticsReport.Session.Application populateSessionApplicationData() {
140-
CrashlyticsReport.Session.Application.Builder builder =
140+
final CrashlyticsReport.Session.Application.Builder builder =
141141
CrashlyticsReport.Session.Application.builder()
142142
.setIdentifier(idManager.getAppIdentifier())
143143
.setVersion(appData.versionCode)

0 commit comments

Comments
 (0)