We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97084b commit 1d2b488Copy full SHA for 1d2b488
src/test/java/org/springframework/data/couchbase/repository/CouchbaseRepositoryQueryIntegrationTests.java
@@ -108,6 +108,7 @@
108
import org.springframework.test.context.junit.jupiter.SpringJUnitConfig;
109
import org.springframework.validation.beanvalidation.LocalValidatorFactoryBean;
110
111
+import com.couchbase.client.core.error.AmbiguousTimeoutException;
112
import com.couchbase.client.core.error.CouchbaseException;
113
import com.couchbase.client.core.error.IndexFailureException;
114
import com.couchbase.client.core.error.UnambiguousTimeoutException;
0 commit comments