Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-32749] @jglick's comments were addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Feb 16, 2016
1 parent 438bb6f commit 6ecf5c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -239,7 +239,7 @@ public String getRemote() {
}
}

protected void doRetrieve(SCMHeadObserver observer, TaskListener listener, GHRepository repo) throws IOException, InterruptedException {
private void doRetrieve(SCMHeadObserver observer, TaskListener listener, GHRepository repo) throws IOException, InterruptedException {
SCMSourceCriteria criteria = getCriteria();

listener.getLogger().format("%n Getting remote branches...%n");
Expand Down
@@ -1,3 +1,3 @@
<div>
<p>Credentials used to <strong>scan</strong> branches and pull requests, <strong>check</strong> out sources and <strong>mark</strong> commit statuses</p>
<p>Credentials used to <strong>scan</strong> branches and pull requests, <strong>check out</strong> sources and <strong>mark</strong> commit statuses</p>
</div>
@@ -1,3 +1,3 @@
<div>
<p>Credentials used to <strong>scan</strong> branches and pull requests, <strong>check</strong> out sources and <strong>mark</strong> commit statuses</p>
<p>Credentials used to <strong>scan</strong> branches and pull requests, <strong>check out</strong> sources and <strong>mark</strong> commit statuses</p>
</div>

0 comments on commit 6ecf5c7

Please sign in to comment.