Skip to content

Commit

Permalink
[JENKINS-46794] Add serialVersionUID to VaultAccessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Tierno committed Apr 10, 2018
1 parent d10c59a commit 92717cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/datapipe/jenkins/vault/VaultAccessor.java
Expand Up @@ -10,7 +10,9 @@
import com.datapipe.jenkins.vault.exception.VaultPluginException;

public class VaultAccessor implements Serializable {
private transient Vault vault;
private static final long serialVersionUID = 1L;

private transient Vault vault;

private transient VaultConfig config;

Expand Down

0 comments on commit 92717cb

Please sign in to comment.