aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bound/SourceModuleInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/binder/bound/SourceModuleInfo.java')
-rw-r--r--java/com/google/turbine/binder/bound/SourceModuleInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/bound/SourceModuleInfo.java b/java/com/google/turbine/binder/bound/SourceModuleInfo.java
index 1163e9f..66ba0e4 100644
--- a/java/com/google/turbine/binder/bound/SourceModuleInfo.java
+++ b/java/com/google/turbine/binder/bound/SourceModuleInfo.java
@@ -24,7 +24,7 @@ import com.google.turbine.binder.bound.ModuleInfo.RequireInfo;
import com.google.turbine.binder.bound.ModuleInfo.UseInfo;
import com.google.turbine.diag.SourceFile;
import com.google.turbine.type.AnnoInfo;
-import org.checkerframework.checker.nullness.qual.Nullable;
+import org.jspecify.nullness.Nullable;
/** A {@link ModuleInfo} that corresponds to a source file being compiled. */
public class SourceModuleInfo extends ModuleInfo {