aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bound/SourceTypeBoundClass.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/binder/bound/SourceTypeBoundClass.java')
-rw-r--r--java/com/google/turbine/binder/bound/SourceTypeBoundClass.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/bound/SourceTypeBoundClass.java b/java/com/google/turbine/binder/bound/SourceTypeBoundClass.java
index 7314f72..69a2593 100644
--- a/java/com/google/turbine/binder/bound/SourceTypeBoundClass.java
+++ b/java/com/google/turbine/binder/bound/SourceTypeBoundClass.java
@@ -29,7 +29,7 @@ import com.google.turbine.type.AnnoInfo;
import com.google.turbine.type.Type;
import com.google.turbine.type.Type.ClassTy;
import com.google.turbine.type.Type.TyKind;
-import javax.annotation.Nullable;
+import org.checkerframework.checker.nullness.qual.Nullable;
/** A HeaderBoundClass for classes compiled from source. */
public class SourceTypeBoundClass implements TypeBoundClass {