aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bound/BoundClass.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/binder/bound/BoundClass.java')
-rw-r--r--java/com/google/turbine/binder/bound/BoundClass.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/bound/BoundClass.java b/java/com/google/turbine/binder/bound/BoundClass.java
index 61dee0f..1e29b42 100644
--- a/java/com/google/turbine/binder/bound/BoundClass.java
+++ b/java/com/google/turbine/binder/bound/BoundClass.java
@@ -19,7 +19,7 @@ package com.google.turbine.binder.bound;
import com.google.common.collect.ImmutableMap;
import com.google.turbine.binder.sym.ClassSymbol;
import com.google.turbine.model.TurbineTyKind;
-import org.checkerframework.checker.nullness.qual.Nullable;
+import org.jspecify.nullness.Nullable;
/**
* The initial bound tree representation.