Skip to content

Commit

Permalink
Merge pull request #38 from Ladyprowess/patch-1
Browse files Browse the repository at this point in the history
Make a comment more inclusive
  • Loading branch information
jglick authored May 26, 2022
2 parents 93b02b5 + a5dec85 commit 8184bbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class GetTestDataMethodObject {
private final TestResult testResult;

/**
* Map from class names to a list of attachment path names on the master.
* Map from class names to a list of attachment path names on the controller.
* The path names are relative to the {@linkplain #getAttachmentStorageFor(String) class-specific attachment storage}
*/
private final Map<String, Map<String, List<String>>> attachments = new HashMap<String, Map<String, List<String>>>();
Expand Down Expand Up @@ -222,7 +222,7 @@ private void attachStdInAndOut(String className, FilePath reportFile)
* Captures a single file as an attachment by copying it and recording it.
*
* @param src
* File on the build workspace to be copied back to the master and captured.
* File on the build workspace to be copied back to the controller and captured.
*/
private void captureAttachment(String className, FilePath src) throws IOException, InterruptedException {
captureAttachment(className, null, src);
Expand Down

0 comments on commit 8184bbc

Please sign in to comment.