Skip to content

Commit

Permalink
Change justification to TODO
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
  • Loading branch information
MarkEWaite and jglick authored Jan 16, 2024
1 parent 4faceab commit 0720fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public class CpsFlowExecution extends FlowExecution implements BlockableResume {
*
* @see #runInCpsVmThread(FutureCallback)
*/
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Preserve API compatibility.")
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "TODO clean up")
public transient volatile ListenableFuture<CpsThreadGroup> programPromise;
private transient volatile Collection<ListenableFuture<?>> pickleFutures;

Expand Down

0 comments on commit 0720fe3

Please sign in to comment.