Skip to content

Commit c6ba4f4

Browse files
rantoniukdependabot[bot]
authored andcommitted
remove unnecessary spotbugs supressions
1 parent 978cf21 commit c6ba4f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/hudson/plugins/jira/JiraSite.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,12 @@ public class JiraSite extends AbstractDescribableImpl<JiraSite> {
223223
* response timeout for jira rest call
224224
* @since 3.0.3
225225
*/
226-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Backwards compatibility")
227226
private int readTimeout = DEFAULT_READ_TIMEOUT;
228227

229228
/**
230229
* thread pool number
231230
* @since 3.0.3
232231
*/
233-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Backwards compatibility")
234232
private int threadExecutorNumber = DEFAULT_THREAD_EXECUTOR_NUMBER;
235233

236234
/**

0 commit comments

Comments
 (0)