Skip to content

Commit 0720fe3

Browse files
MarkEWaitejglick
andauthored
Change justification to TODO
Co-authored-by: Jesse Glick <[email protected]>
1 parent 4faceab commit 0720fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public class CpsFlowExecution extends FlowExecution implements BlockableResume {
267267
*
268268
* @see #runInCpsVmThread(FutureCallback)
269269
*/
270-
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
270+
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "TODO clean up")
271271
public transient volatile ListenableFuture<CpsThreadGroup> programPromise;
272272
private transient volatile Collection<ListenableFuture<?>> pickleFutures;
273273

0 commit comments

Comments
 (0)