Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit d1fb9ea

Browse files
committed
Fix spotbugs findings
1 parent ddf6253 commit d1fb9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mathworks/ci/SourceFolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public class SourceFolder extends AbstractDescribableImpl<SourceFolder> {
2222

2323
private List<SourceFolderPaths> sourceFolderPaths = new ArrayList<>();
24-
private transient final String SOURCE_FOLDER = "SourceFolder";
24+
private static final String SOURCE_FOLDER = "SourceFolder";
2525

2626
@DataBoundConstructor
2727
public SourceFolder() {

0 commit comments

Comments
 (0)