Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #26 from kevin-j-smith/master
JENKINS-39836: InvalidClassException for SSHAuthenticator on many dif…
  • Loading branch information
stephenc committed Jan 31, 2017
2 parents eecc3fc + 6773a28 commit 84af7f8
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -324,6 +324,13 @@ public static CredentialsMatcher matcher(Class<?> connectionClass) {
* @since 0.5
*/
private static class Matcher implements CredentialsMatcher {
/**
* Standardize serialization across different JVMs.
*
* @since 1.13
*/
// historical value generated from 1.12 code with Java 8
private static final Long serialVersionUID = -5078593817273453864L;

/**
* The connection class.
Expand Down

0 comments on commit 84af7f8

Please sign in to comment.