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 867d263 commit 3ea3d84Copy full SHA for 3ea3d84
src/main/java/io/jenkins/plugins/file_parameters/StashedFileParameterValue.java
@@ -56,8 +56,6 @@ public final class StashedFileParameterValue extends AbstractFileParameterValue
56
57
private final String tmpFile;
58
59
- @SuppressFBWarnings(value = "SE_TRANSIENT_FIELD_NOT_RESTORED", justification = "Doesn't make sense to persist it")
60
-
61
@DataBoundConstructor public StashedFileParameterValue(String name, FileItem file) throws IOException {
62
this(name, file.getInputStream());
63
setFilename(file.getName());
0 commit comments