Skip to content

Commit 0fcfaff

Browse files
committed
rename variable
1 parent 8cb9615 commit 0fcfaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/src/test/java/io/opentelemetry/smoketest/JavaTelemetryRetriever.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public Collection<LogRecordData> waitForLogs() {
6060

6161
private static <R, T> List<T> convert(Collection<R> items, Function<R, List<T>> converter) {
6262
return items.stream()
63-
.flatMap(request -> converter.apply(request).stream())
63+
.flatMap(item -> converter.apply(item).stream())
6464
.collect(Collectors.toList());
6565
}
6666

0 commit comments

Comments
 (0)