Skip to content

Commit e19186b

Browse files
committed
SpotBugs
1 parent 3dfc55e commit e19186b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/hudson/model/Slave.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
import edu.umd.cs.findbugs.annotations.CheckForNull;
2929
import edu.umd.cs.findbugs.annotations.NonNull;
30+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
3031
import hudson.DescriptorExtensionList;
3132
import hudson.EnvVars;
3233
import hudson.FilePath;
@@ -102,6 +103,7 @@
102103
*
103104
* @author Kohsuke Kawaguchi
104105
*/
106+
@SuppressFBWarnings(value = "DESERIALIZATION_GADGET", justification = "unhappy about existence of readResolve?")
105107
public abstract class Slave extends Node implements Serializable {
106108

107109
private static final Logger LOGGER = Logger.getLogger(Slave.class.getName());

0 commit comments

Comments
 (0)