Skip to content

Commit 2cc8c5e

Browse files
cpovirkGoogle Java Core Libraries
authored and
Google Java Core Libraries
committedDec 22, 2024·
Migrate from Checker Framework annotations to JSpecify annotations.
This is the next step toward [using JSpecify in Guava](jspecify/jspecify#239 (comment)). RELNOTES=Migrated from Checker Framework annotations to JSpecify annotations. PiperOrigin-RevId: 708707163
1 parent 04bf030 commit 2cc8c5e

File tree

1,317 files changed

+1356
-1356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,317 files changed

+1356
-1356
lines changed
 

Diff for: ‎android/guava-testlib/src/com/google/common/collect/testing/AbstractCollectionTester.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import com.google.errorprone.annotations.CanIgnoreReturnValue;
2121
import java.util.Collection;
2222
import org.jspecify.annotations.NullMarked;
23-
import org.checkerframework.checker.nullness.qual.Nullable;
23+
import org.jspecify.annotations.Nullable;
2424
import org.junit.Ignore;
2525

2626
/**

Diff for: ‎android/guava-testlib/src/com/google/common/collect/testing/AbstractContainerTester.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.Collection;
2929
import java.util.List;
3030
import org.jspecify.annotations.NullMarked;
31-
import org.checkerframework.checker.nullness.qual.Nullable;
31+
import org.jspecify.annotations.Nullable;
3232
import org.junit.Ignore;
3333

3434
/**

0 commit comments

Comments
 (0)
Please sign in to comment.