Skip to content

Commit 25cedd4

Browse files
committed
Move comment
1 parent b6dcff2 commit 25cedd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/session/PerfSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public static com.google.firebase.perf.v1.PerfSession[] buildAndSort(
131131
}
132132
}
133133

134-
// TODO(b/394127311): Added as part of legacy sessions. Remove this in a future release.
135134
if (!foundVerboseSession) {
135+
// TODO(b/394127311): Added as part of legacy sessions. Remove this in a future release.
136136
if (isLegacy(perfSessionAtIndexZero.getSessionId()) && sessions.size() > 1) {
137137
// Swaps the first session ID that's a legacy session ID with the second in the list.
138138
perfSessions[0] = perfSessions[1];

0 commit comments

Comments
 (0)