Skip to content

Commit

Permalink
[JENKINS-39496] Make the class public
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza authored and recena committed Nov 28, 2016
1 parent 7529970 commit ea48c21
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 ea48c21

Please sign in to comment.