File tree Expand file tree Collapse file tree
checker/src/main/java/org/checkerframework/checker/lock Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333import org .checkerframework .checker .lock .qual .MayReleaseLocks ;
3434import org .checkerframework .checker .lock .qual .NewObject ;
3535import org .checkerframework .checker .lock .qual .ReleasesNoLocks ;
36+ import org .checkerframework .checker .nullness .qual .MonotonicNonNull ;
3637import org .checkerframework .checker .nullness .qual .NonNull ;
3738import org .checkerframework .checker .nullness .qual .Nullable ;
3839import org .checkerframework .checker .signature .qual .ClassGetName ;
@@ -468,7 +469,7 @@ boolean isWeakerThan(SideEffectAnnotation other) {
468469 }
469470
470471 /** The weakest side effect annotation. */
471- static SideEffectAnnotation weakest = null ;
472+ static @ MonotonicNonNull SideEffectAnnotation weakest ;
472473
473474 /**
474475 * Returns the weakest side effect annotation.
You can’t perform that action at this time.
0 commit comments