Skip to content

Commit d3cc780

Browse files
committed
Remove accidental org.jetbrains:annotations usage.
See spring-projects/spring-data-build#2670
1 parent 9f677a7 commit d3cc780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/springframework/data/couchbase/querydsl/document/AbstractCouchbaseQueryDSL.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
import java.util.List;
2222
import java.util.Map;
2323

24-
import org.jetbrains.annotations.Nullable;
24+
import org.jspecify.annotations.Nullable;
25+
2526
import org.springframework.data.couchbase.core.mapping.CouchbaseDocument;
2627
import org.springframework.data.couchbase.core.query.QueryCriteriaDefinition;
2728

0 commit comments

Comments
 (0)