Skip to content

Commit

Permalink
[JENKINS-57775][JENKINS-62780] Rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed Jun 29, 2020
1 parent 3c73dcd commit 7cf4f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public BitbucketPullRequestValueDestination(@NonNull @JsonProperty("repository")

// It is possible for a PR's original destination to no longer exist.
if(this.branch != null && this.commit != null) {
// redound available the information into impl objects
// Make the commit information available into impl objects
this.branch.setRawNode(commit.getHash());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public BitbucketPullRequestValueRepository(@JsonProperty("repository") Bitbucket

// It is possible for a PR's original source to no longer exist.
if(branch != null && commit != null) {
// redound available the information into impl objects
// Make the commit information available into impl objects
this.branch.setRawNode(commit.getHash());
}
}
Expand Down

0 comments on commit 7cf4f69

Please sign in to comment.