Skip to content

Commit

Permalink
Add and fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 9, 2022
1 parent d4f4ec9 commit 82fa1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,9 @@ static Map<PathFragment, Artifact> filterListForObscuringSymlinks(
* normal source tree entries, or runfile conflicts. May be null, in which case obscuring
* symlinks are silently discarded, and conflicts are overwritten.
* @param location Location for eventHandler warnings. Ignored if eventHandler is null.
* @param repoMappingManifest repository mapping manifest to add as a root symlink
* @param repoMappingManifest repository mapping manifest to add as a root symlink. This manifest
* has to be added automatically for every executable and is thus not
* part of the Runfiles advertised by a configured target.
* @return Map<PathFragment, Artifact> path fragment to artifact, of normal source tree entries
* and elements that live outside the source tree. Null values represent empty input files.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ void writeEntry(
@VisibleForTesting
SourceManifestAction(
ManifestWriter manifestWriter, ActionOwner owner, Artifact primaryOutput, Runfiles runfiles) {
this(manifestWriter, owner, primaryOutput, runfiles, /*remotableSourceManifestActions=*/ null,
false);
this(manifestWriter, owner, primaryOutput, runfiles, null, false);
}

/**
Expand Down

0 comments on commit 82fa1cb

Please sign in to comment.