aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java')
-rw-r--r--java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java b/java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java
index 1d07797..16f34c3 100644
--- a/java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java
+++ b/java/com/google/turbine/binder/lookup/CompoundTopLevelIndex.java
@@ -19,7 +19,7 @@ package com.google.turbine.binder.lookup;
import static com.google.common.base.Preconditions.checkNotNull;
import com.google.common.collect.ImmutableList;
-import org.checkerframework.checker.nullness.qual.Nullable;
+import org.jspecify.nullness.Nullable;
/** A {@link TopLevelIndex} that aggregates multiple indices into one. */
// Note: this implementation doesn't detect if the indices contain incompatible information,