Skip to content

Commit ea8b99c

Browse files
meisterTcopybara-github
authored andcommitted
Add @nullable annotations where they were missing.
PiperOrigin-RevId: 459105861 Change-Id: I8af7a4de29ab707a9911c6dddfe75491c130fc07
1 parent 9ba7613 commit ea8b99c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/google/devtools/build/lib/repository/ExternalPackageHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public Rule getRuleByName(String ruleName, Environment env)
5757
return extractor.getRule();
5858
}
5959

60+
@Nullable
6061
private static RootedPath checkWorkspaceFile(
6162
Environment env, Root root, PathFragment workspaceFile) throws InterruptedException {
6263
RootedPath candidate = RootedPath.toRootedPath(root, workspaceFile);

0 commit comments

Comments
 (0)