Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] Fix more copy-pasta
  • Loading branch information
stephenc committed Jul 6, 2017
1 parent 20b4737 commit 0395a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -325,7 +325,7 @@ public final Iterable<GHBranch> getBranches() {
return Util.fixNull(branches);
}

// TODO Iterable<BitbucketTag> getTags() and setTags(...)
// TODO Iterable<GHTag> getTags() and setTags(...)

/**
* Provides the request with the names of the repository collaborators.
Expand Down
Expand Up @@ -54,7 +54,7 @@

/**
* A {@link SCMSourceTrait} for {@link GitHubSCMSource} that causes the {@link GitSCM} checkout to be performed using a
* SSH private key rather than the Bitbucket username password credentials used for scanning / indexing.
* SSH private key rather than the GitHub username password credentials used for scanning / indexing.
*
* @since 2.2.0
*/
Expand Down

0 comments on commit 0395a38

Please sign in to comment.