Skip to content

Commit

Permalink
Suppress warnings for spotbugs 4.8.3 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Jan 16, 2024
1 parent 363a1e1 commit 6fb4fd5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ of this software and associated documentation files (the "Software"), to deal
*/
package org.jenkinsci.plugins.configfiles.buildwrapper;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import hudson.Extension;
import hudson.ExtensionPoint;
import hudson.Util;
Expand All @@ -49,6 +50,7 @@ of this software and associated documentation files (the "Software"), to deal
*/
public class ManagedFile extends ConfigFile implements ExtensionPoint, Describable<ManagedFile>, Serializable {

@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
public String variable;

/**
Expand Down

0 comments on commit 6fb4fd5

Please sign in to comment.