Skip to content

Commit 9faa4c9

Browse files
authored
Merge pull request #306 from jonesbusy/feature/remove-spotbugs
Remove useless spotbugs supression
2 parents 269eee5 + c57278e commit 9faa4c9

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.8</version>
7+
<version>5.9</version>
88
<relativePath />
99
</parent>
1010
<groupId>org.jenkins-ci.plugins</groupId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.jenkins.tools.bom</groupId>
4444
<artifactId>bom-${jenkins.baseline}.x</artifactId>
45-
<version>4228.v0a_71308d905b_</version>
45+
<version>4440.v39a_9eb_b_c6b_4d</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

src/main/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandBuilder.java

-4
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,15 @@ public class AnsibleAdHocCommandBuilder extends Builder implements SimpleBuildSt
6161
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
6262
public String vaultTmpPath = null;
6363

64-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
6564
public final String hostPattern;
6665

6766
/**
6867
* Path to the inventory file.
6968
*/
70-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
7169
public final Inventory inventory;
7270

73-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
7471
public final String module;
7572

76-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
7773
public final String command;
7874

7975
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")

src/main/java/org/jenkinsci/plugins/ansible/ExtraVar.java

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public class ExtraVar extends AbstractDescribableImpl<ExtraVar> {
2828
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
2929
public String key;
3030

31-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
3231
public transient String value;
3332

3433
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")

0 commit comments

Comments
 (0)