aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/lookup/Scope.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/binder/lookup/Scope.java')
-rw-r--r--java/com/google/turbine/binder/lookup/Scope.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/lookup/Scope.java b/java/com/google/turbine/binder/lookup/Scope.java
index 682a62a..12466f4 100644
--- a/java/com/google/turbine/binder/lookup/Scope.java
+++ b/java/com/google/turbine/binder/lookup/Scope.java
@@ -16,7 +16,7 @@
package com.google.turbine.binder.lookup;
-import javax.annotation.Nullable;
+import org.checkerframework.checker.nullness.qual.Nullable;
/** A scope that defines types, and supports qualified name resolution. */
public interface Scope {