Skip to content

Commit

Permalink
Merge pull request #89 from raul-arabaolaza/JENKINS-39496
Browse files Browse the repository at this point in the history
[JENKINS-39496] Make PullRequestSCMRevision public
  • Loading branch information
stephenc committed Nov 8, 2016
2 parents a96cb1f + 0fab37b commit 291c28d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
/**
* Revision of a pull request.
*/
class PullRequestSCMRevision extends SCMRevision {
public class PullRequestSCMRevision extends SCMRevision {

private static final long serialVersionUID = 1L;

Expand Down

0 comments on commit 291c28d

Please sign in to comment.