Skip to content

Commit

Permalink
Make GitHubAppCredentials#writeReplace protected for subclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed Sep 16, 2024
1 parent 4ed4bdf commit caae2c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ long getTokenStaleEpochSeconds() {
* <li>The agent need not be able to contact GitHub.
* </ul>
*/
private Object writeReplace() {
protected Object writeReplace() {
if (
/* XStream */ Channel.current() == null) {
return this;
Expand Down

0 comments on commit caae2c8

Please sign in to comment.