Skip to content

Commit

Permalink
suppress spotbugs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley authored and openshift-merge-bot[bot] committed Jan 18, 2024
1 parent 3d01200 commit 83ac37a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import hudson.BulkChange;
import hudson.model.Item;
import hudson.model.ItemGroup;
Expand Down Expand Up @@ -685,6 +686,7 @@ abstract class StatelessReplicationControllerMixIn extends ReplicationController
@JsonIgnore
private ReplicationControllerStatus status;

@SuppressFBWarnings(value="SIC_INNER_SHOULD_BE_STATIC")
StatelessReplicationControllerMixIn() {
}

Expand All @@ -706,6 +708,7 @@ abstract class ObjectMetaMixIn extends ObjectMeta {
@JsonIgnore
private String uid;

@SuppressFBWarnings(value="SIC_INNER_SHOULD_BE_STATIC")
ObjectMetaMixIn() {
}

Expand Down

0 comments on commit 83ac37a

Please sign in to comment.