We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8378945 + caae2c8 commit 50351ebCopy full SHA for 50351eb
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
@@ -498,7 +498,7 @@ long getTokenStaleEpochSeconds() {
498
* <li>The agent need not be able to contact GitHub.
499
* </ul>
500
*/
501
- private Object writeReplace() {
+ protected Object writeReplace() {
502
if (
503
/* XStream */ Channel.current() == null) {
504
return this;
0 commit comments