File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
value/src/test/java/com/google/auto/value/processor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ public void nullableSetterForNonNullableParameter() {
838
838
"package foo.bar;" ,
839
839
"" ,
840
840
"import com.google.auto.value.AutoBuilder;" ,
841
- "import org.checkerframework.checker.nullness.qual .Nullable;" ,
841
+ "import com.example.annotations .Nullable;" ,
842
842
"" ,
843
843
"class Baz {" ,
844
844
" Baz(String thing) {}" ,
@@ -851,8 +851,8 @@ public void nullableSetterForNonNullableParameter() {
851
851
"}" );
852
852
JavaFileObject nullableFileObject =
853
853
JavaFileObjects .forSourceLines (
854
- "org.checkerframework.checker.nullness.qual .Nullable" ,
855
- "package org.jspecify.nullness ;" ,
854
+ "com.example.annotations .Nullable" ,
855
+ "package com.example.annotations ;" ,
856
856
"" ,
857
857
"import java.lang.annotation.ElementType;" ,
858
858
"import java.lang.annotation.Target;" ,
You can’t perform that action at this time.
0 commit comments