Skip to content

Commit

Permalink
[JENKINS-28689] Serial Version UIDs has been reviewed following the S…
Browse files Browse the repository at this point in the history
…tephen's recommendations
  • Loading branch information
Manuel Recena committed Aug 5, 2015
1 parent ee6ce32 commit 0cefdd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Expand Up @@ -36,10 +36,7 @@
*/
public class JNRRemoteAgentStarter extends MasterToSlaveCallable<RemoteAgent, Throwable> {

/**
*
*/
private static final long serialVersionUID = -8381290066841681157L;
private static final long serialVersionUID = 5020446864184061252L;

/**
* Need to pass this through.
Expand Down
Expand Up @@ -69,6 +69,9 @@ public RemoteAgent start(Launcher launcher, final TaskListener listener) throws
}

private static class TomcatNativeInstalled extends MasterToSlaveCallable<Boolean, Throwable> {

private static final long serialVersionUID = 3234893369850673438L;

private final TaskListener listener;

public TomcatNativeInstalled(TaskListener listener) {
Expand Down
Expand Up @@ -36,10 +36,7 @@
*/
public class MinaRemoteAgentStarter extends MasterToSlaveCallable<RemoteAgent, Throwable> {

/**
*
*/
private static final long serialVersionUID = 2909967505958103050L;
private static final long serialVersionUID = -3757105406876098311L;

/**
* Need to pass this through.
Expand Down

0 comments on commit 0cefdd3

Please sign in to comment.