Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-38022] corrected a serialization issue
  • Loading branch information
Greybird committed Sep 13, 2016
1 parent 3ac6d67 commit 60d20a2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -5,12 +5,13 @@
import org.xml.sax.SAXException;

import java.io.IOException;
import java.io.Serializable;
import java.nio.file.Path;

/**
* @author Arnaud TAMAILLON
*/
public interface TriggerLog {
public interface TriggerLog extends Serializable {

TaskListener getListener();

Expand Down

0 comments on commit 60d20a2

Please sign in to comment.