Skip to content

Commit 4faceab

Browse files
MarkEWaitejglick
andauthored
Change justification to "too late"
so that is really a bug…but not one that we can fix compatibly now (since builds may be running across the upgrade). Co-authored-by: Jesse Glick <[email protected]>
1 parent 5f3edfd commit 4faceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/cloudbees/groovy/cps/impl/NotBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Next receive(Object o) {
3434
return new ContinuationImpl(e, k).then(b, e, cast);
3535
}
3636

37-
@SuppressFBWarnings(value = "SIC_INNER_SHOULD_BE_STATIC", justification = "Common Jenkins pattern that inner classses are not static.")
37+
@SuppressFBWarnings(value = "SIC_INNER_SHOULD_BE_STATIC", justification = "Too late to fix compatibly.")
3838
class ContinuationImpl extends ContinuationGroup {
3939
final Continuation k;
4040
final Env e;

0 commit comments

Comments
 (0)