File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/main/java/com/arangodb/impl Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1818
1919import com .arangodb .ArangoConfigure ;
2020import com .arangodb .InternalCursorDriver ;
21- import com .arangodb .InternalKVSDriver ;
2221import com .arangodb .InternalTransactionDriver ;
2322import com .arangodb .http .HttpManager ;
2423
@@ -52,10 +51,6 @@ public static InternalTransactionDriver createTransactionDriver(
5251 return new InternalTransactionDriverImpl (configure , httpManager );
5352 }
5453
55- public static InternalKVSDriver createKVSDriver (ArangoConfigure configure , HttpManager httpManager ) {
56- return new InternalKVSDriverImpl (configure , httpManager );
57- }
58-
5954 public static InternalSimpleDriverImpl createSimpleDriver (
6055 ArangoConfigure configure ,
6156 InternalCursorDriver cursorDriver ,
You can’t perform that action at this time.
0 commit comments