committed by
mikereiche
parent
5ea899e62b
commit
a8992f1e22
@@ -27,6 +27,7 @@ import java.time.Duration;
|
||||
import java.util.Map;
|
||||
import java.util.Optional;
|
||||
|
||||
import com.couchbase.client.core.api.query.CoreQueryContext;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.core.annotation.AnnotatedElementUtils;
|
||||
@@ -567,5 +568,4 @@ public class OptionsBuilder {
|
||||
&& (collection == null || CollectionIdentifier.DEFAULT_COLLECTION.equals(collection)) ? null
|
||||
: CoreQueryContext.of(bucketName, scope);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user