Skip to content

Commit d31ca68

Browse files
committed
Fix compile error in #1745.
Closes #1745.
1 parent 3032097 commit d31ca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/couchbase/core/query/OptionsBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import java.util.Map;
2828
import java.util.Optional;
2929

30+
import com.couchbase.client.core.api.query.CoreQueryContext;
3031
import org.slf4j.Logger;
3132
import org.slf4j.LoggerFactory;
3233
import org.springframework.core.annotation.AnnotatedElementUtils;
@@ -571,5 +572,4 @@ public static CoreQueryContext queryContext(String scope, String collection, Str
571572
&& (collection == null || CollectionIdentifier.DEFAULT_COLLECTION.equals(collection)) ? null
572573
: CoreQueryContext.of(bucketName, scope);
573574
}
574-
}
575575
}

0 commit comments

Comments
 (0)