Skip to content

Commit 92af117

Browse files
MarkEWaitejglick
andauthored
Change justification into a TODO
Co-authored-by: Jesse Glick <[email protected]>
1 parent 4a5def5 commit 92af117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogStorageAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@Restricted(NoExternalUse.class) // for use from DefaultStepContext only
4949
public class LogStorageAction extends LogAction implements FlowNodeAction, PersistentAction {
5050

51-
@SuppressFBWarnings(value="PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification="Retain API compatibility.")
51+
@SuppressFBWarnings(value="PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification="TODO clean up")
5252
public transient FlowNode node;
5353

5454
private LogStorageAction(FlowNode node) {

0 commit comments

Comments
 (0)