Skip to content

Commit 0635b5c

Browse files
Googlercopybara-github
authored andcommitted
Use getLast now that EP is on 21 (or will be after unknown commit)
PiperOrigin-RevId: 826447287 Change-Id: Idd47d89e1b8b840141ca344f47d58967f6a772e3
1 parent 17fb26a commit 0635b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_tools/buildjar/java/com/google/devtools/build/buildjar/instrumentation/JacocoInstrumentationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static JacocoInstrumentationProcessor create(List<String> args)
4848
+ ": pathsForCoverageFile");
4949
}
5050

51-
return new JacocoInstrumentationProcessor(args.get(0));
51+
return new JacocoInstrumentationProcessor(args.getFirst());
5252
}
5353

5454
private Path instrumentedClassesDirectory;

0 commit comments

Comments
 (0)