Skip to content

Commit

Permalink
Mark ScheduledThreadPoolExecutor as annotated for nullness. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpovirk authored Jun 5, 2023
1 parent 9347924 commit e073c00
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import org.checkerframework.checker.nullness.qual.PolyNull;
import org.checkerframework.checker.signedness.qual.UnknownSignedness;
import org.checkerframework.dataflow.qual.Pure;
import org.checkerframework.framework.qual.AnnotatedFor;

import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static java.util.concurrent.TimeUnit.NANOSECONDS;
Expand Down Expand Up @@ -136,6 +137,7 @@
* @since 1.5
* @author Doug Lea
*/
@AnnotatedFor("nullness")
public class ScheduledThreadPoolExecutor
extends ThreadPoolExecutor
implements ScheduledExecutorService {
Expand Down

0 comments on commit e073c00

Please sign in to comment.