Skip to content

Commit

Permalink
Merge pull request #19 from jglick/writeReplace-JENKINS-64398
Browse files Browse the repository at this point in the history
[JENKINS-64398] Fix accessibility of `writeReplace` method
  • Loading branch information
oleg-nenashev committed Nov 1, 2021
2 parents a34c75a + 6bbbc61 commit e611052
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ public String getUrlName() {
}

@SuppressWarnings("unused")
private Object writeReplace() throws ObjectStreamException {
protected Object writeReplace() throws ObjectStreamException {
try {
EnvInjectSavable dao = new EnvInjectSavable();

Expand Down

0 comments on commit e611052

Please sign in to comment.