Skip to content

Commit

Permalink
Fix the parameter name in Javadoc for CommandLines::expand.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 465163463
Change-Id: I25fee2f8f733c362ff07e0ad0aa7254272db271c
  • Loading branch information
alexjski authored and copybara-github committed Aug 3, 2022
1 parent 75122e3 commit cbe2532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private CommandLines(Object commandLines) {
*
* @param artifactExpander The artifact expander to use.
* @param paramFileBasePath Used to derive param file names. Often the first output of an action
* @param stripPaths function to strip configuration prefixes from output paths, in accordance
* @param pathStripper function to strip configuration prefixes from output paths, in accordance
* with the logic in {@link PathStripper}
* @param limits The command line limits the host OS can support.
* @return The expanded command line and its param files (if any).
Expand Down

0 comments on commit cbe2532

Please sign in to comment.