Skip to content

Commit 1bc98a4

Browse files
committed
refactor: remove unused import in DefaultCouchbaseDocumentManager
Cleaned up the code by removing an unused import statement, improving code readability and maintainability. Signed-off-by: Maximillian Arruda <[email protected]> (cherry picked from commit 51b7644)
1 parent 46d21ec commit 1bc98a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jnosql-couchbase/src/main/java/org/eclipse/jnosql/databases/couchbase/communication/DefaultCouchbaseDocumentManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import com.couchbase.client.java.query.QueryOptions;
2626
import com.couchbase.client.java.query.QueryResult;
2727
import org.eclipse.jnosql.communication.semistructured.CommunicationEntity;
28-
import org.eclipse.jnosql.communication.semistructured.DefaultSelectQuery;
2928
import org.eclipse.jnosql.communication.semistructured.DeleteQuery;
3029
import org.eclipse.jnosql.communication.semistructured.Element;
3130
import org.eclipse.jnosql.communication.semistructured.SelectQuery;

0 commit comments

Comments
 (0)