We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978cf21 commit c6ba4f4Copy full SHA for c6ba4f4
src/main/java/hudson/plugins/jira/JiraSite.java
@@ -223,14 +223,12 @@ public class JiraSite extends AbstractDescribableImpl<JiraSite> {
223
* response timeout for jira rest call
224
* @since 3.0.3
225
*/
226
- @SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Backwards compatibility")
227
private int readTimeout = DEFAULT_READ_TIMEOUT;
228
229
/**
230
* thread pool number
231
232
233
234
private int threadExecutorNumber = DEFAULT_THREAD_EXECUTOR_NUMBER;
235
236
0 commit comments